@@ -35,7 +35,7 @@
this.value = '已回单'
break;
case -1:
- this.value = '已撤回'
+ this.value = '已撤回(取消派车)'
case -2:
this.value = '取消'
@@ -36,7 +36,7 @@
@@ -276,7 +276,7 @@
},
{
width: 200,
- title: '货物总体积(m³)',
+ title: '货物总体积(cm³)',
field: 'tmsTotalVolume',
@@ -599,10 +599,10 @@
span: 6,
- label: '货物总体积(m³)',
+ label: '货物总体积(cm³)',
prop: 'tmsTotalVolume',
component: 'by-input',
- labelWidth: '110px',
+ labelWidth: '116px',
@@ -702,7 +702,7 @@
width: 180,
- title: '重量(g)',
+ title: '重量(kg)',
field: 'tmsWeight',