chenjun 2 years ago
parent
commit
0139da3779
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/system/securityCheck/views/waybillTable.vue

+ 4 - 1
src/views/system/securityCheck/views/waybillTable.vue

@@ -76,7 +76,7 @@ export default {
           dataIndex: 'agentCode',
           key: 'agentCode',
           title: '交货发货代理人',
-          width: 140,
+          width: 155,
         },
         {
           dataIndex: 'agentLevel',
@@ -103,11 +103,13 @@ export default {
           dataIndex: 'riskRating',
           key: 'riskRating',
           title: '综合风险等级',
+          width: 120,
         },
         {
           dataIndex: 'riskClassification',
           key: 'riskClassification',
           title: '货物风险等级',
+          width: 120,
         },
         {
           dataIndex: 'checkPoint',
@@ -123,6 +125,7 @@ export default {
           dataIndex: 'weight',
           key: 'weight',
           title: '重量',
+          width:70
         },
       ],
       FormData: {