浏览代码

森语-事故处理单-字段调整

jbb 2 年之前
父节点
当前提交
41f15c7d8a

+ 0 - 8
src/views/oa/IncidentTicketList.vue

@@ -209,14 +209,6 @@ import moment from 'moment'
         description: '森_工厂质量事故单-主表管理页面',
         // 表头
         columns: [
-        {
-             title:'序号',
-             align:"center",
-              ellipsis: true,
-             dataIndex: 'sort',
-             width:80
-
-        },
           {
             title:'日期',
             align:"center",

+ 9 - 1
src/views/oa/modules/IncidentTicketModal.vue

@@ -372,6 +372,14 @@
           loading: false,
           dataSource: [],
           columns: [
+          {
+             title:'序号',
+             align:"center",
+              ellipsis: true,
+             dataIndex: 'sort',
+             width:'4%'
+
+        },
           {
             title: '计划单号',
             align: "center",
@@ -437,7 +445,7 @@
             title: '备注',
             align: "center",
             dataIndex: 'remark',
-            width: '20%',
+            width: '16%',
             scopedSlots: { customRender: 'remark' },
           },
 

+ 14 - 6
src/views/oa/modules/IncidentTicketModalDetail.vue

@@ -549,11 +549,19 @@
           loading: false,
           dataSource: [],
           columns: [
+          {
+             title:'序号',
+             align:"center",
+              ellipsis: true,
+             dataIndex: 'sort',
+             width:'4%'
+
+        },
           {
             title: '计划单号',
             align: "center",
             dataIndex: 'planNumber',
-            width: 140,
+
             width: '7%',
             // scopedSlots: { customRender: 'planNumber' },
           },
@@ -561,7 +569,7 @@
             title: '事故类型',
             align: "center",
             dataIndex: 'accidentType',
-            width: 140,
+
             width: '7%',
             // scopedSlots: { customRender: 'accidentType' },
           },
@@ -576,7 +584,7 @@
             title: '事故金额',
             align: "center",
             dataIndex: 'accidentSum',
-            width: 140,
+
             width: '7%',
             // scopedSlots: { customRender: 'accidentSum' },
           },
@@ -584,7 +592,7 @@
             title: '汇率',
             align: "center",
             dataIndex: 'exchangeRate',
-            width: 140,
+
             width: '9%',
             // scopedSlots: { customRender: 'exchangeRate' },
           },
@@ -592,7 +600,7 @@
             title: '实际事故金额',
             align: "center",
             dataIndex: 'practicalSum',
-            width: 140,
+
             width: '7%',
             // scopedSlots: { customRender: 'practicalSum' },
           },
@@ -615,7 +623,7 @@
             title: '备注',
             align: "center",
             dataIndex: 'remark',
-            width: '20%',
+            width: '16%',
             // scopedSlots: { customRender: 'remark' },
           },