Browse Source

森语-事故处理单-编辑/详情、字段

jbb 1 year ago
parent
commit
381e9218e7

+ 15 - 10
src/views/oa/modules/IncidentTicketModal.vue

@@ -381,41 +381,41 @@
              customRender: (text) => {
               return Number(text)+1;
             },
-             width:'4%'
+             width:48
 
         },
           {
             title: '计划单号',
             align: "center",
             dataIndex: 'planNumber',
-            width: '7%',
+            width: 90,
           },
           {
             title: '事故类型',
             align: "center",
             dataIndex: 'accidentType',
-            width: '7%',
+            width: 90,
             // scopedSlots: { customRender: 'accidentType' },
           },
           {
             title: '币种',
             align: "center",
             dataIndex: 'moneyType',
-            width: '8%',
+            width: 90,
             // scopedSlots: { customRender: 'moneyType' },
           },
           {
             title: '事故金额',
             align: "center",
             dataIndex: 'accidentSum',
-            width: '7%',
+            width: 90,
             // scopedSlots: { customRender: 'accidentSum' },
           },
           {
             // title: '汇率',
             align: "center",
             dataIndex: 'exchangeRate',
-            width: '7%',
+            width: 80,
             scopedSlots: { customRender: 'exchangeRate' },
             slots:{title:'exchangeRateTitle'},
           },
@@ -423,7 +423,7 @@
             // title: '实际事故金额',
             align: "center",
             dataIndex: 'practicalSum',
-            width: '11%',
+            width: 131,
             scopedSlots: { customRender: 'practicalSum' },
             slots:{title:'practicalSumTitle'},
 
@@ -432,14 +432,16 @@
             title: 'U8生成运费发票号',
             align: "center",
             dataIndex: 'u8Invoice',
-            width: '9%',
+            width: 131,
+            // width: '12%',
             scopedSlots: { customRender: 'u8Invoice' },
           },
           {
             title: '账套号',
             align: "center",
             dataIndex: 'zhanghaoId',
-            width: '8%',
+            width: 100,
+            // width: '8%',
             scopedSlots: { customRender: 'zhanghaoId' },
             // slots:{title:'zhanghaoIdTitle'},
 
@@ -449,7 +451,7 @@
             title: '备注',
             align: "center",
             dataIndex: 'remark',
-            width: '16%',
+            width: 190,
             scopedSlots: { customRender: 'remark' },
           },
 
@@ -705,4 +707,7 @@
 /deep/.ant-select-selection--single{
   width: 100%;
 }
+/deep/.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
+    padding: 16px 11px;
+}
 </style>

+ 1 - 1
src/views/oa/modules/IncidentTicketModalDetail.vue

@@ -626,7 +626,7 @@
             title: 'U8生成运费发票号',
             align: "center",
             dataIndex: 'u8Invoice',
-            width: '9%',
+            width: '12%',
             // scopedSlots: { customRender: 'u8Invoice' },
           },
           {