浏览代码

Merge branch 'master' of http://120.26.64.82:3000/BFFE/SZJCFLFJ

chenrui  2 年之前
父节点
当前提交
640b3a47b2
共有 1 个文件被更改,包括 4 次插入1 次删除
  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: {