Browse Source

出运明细-页面调整

jbb 1 year ago
parent
commit
20c4d01195
1 changed files with 12 additions and 11 deletions
  1. 12 11
      src/views/shipment-details/shipmentList.vue

+ 12 - 11
src/views/shipment-details/shipmentList.vue

@@ -452,7 +452,7 @@ export default {
         {
           title: '报关品名',
           dataIndex: 'declarationName',
-          width: 110,
+          width: 175,
           className: 'replacecolor',
            ellipsis: true,
           sorter:(a, b) => a.declarationName - b.declarationName,
@@ -603,16 +603,16 @@ export default {
 
         },
   
-        {
-          title: '推送结果',
-          dataIndex: 'pushState',
-          scopedSlots: { customRender: 'pushState' },
-          fixed: 'right',
-          width: 110,
-          className: 'replacecolor',
-          sorter:(a, b) => a.pushState - b.pushState,
-
-        },
+        // {
+        //   title: '推送结果',
+        //   dataIndex: 'pushState',
+        //   scopedSlots: { customRender: 'pushState' },
+        //   fixed: 'right',
+        //   width: 110,
+        //   className: 'replacecolor',
+        //   sorter:(a, b) => a.pushState - b.pushState,
+
+        // },
         {
           title: '单据状态',
           dataIndex: 'submitStatus',
@@ -706,6 +706,7 @@ export default {
             this.authority = false
            }
            this.shipmentListData = res.result.records
+           this.shipmentListData[0].declarationName = '啦啦啦啦啦啦啦啦啦啦'
             for (var i=0; i<this.shipmentListData.length; i++){
               this.shipmentListData.randomId = randomUUID();
             }