Zhangqy 2 months ago
parent
commit
b39ac24150
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/view/maint/cargo.vue

+ 3
- 1
src/view/maint/cargo.vue View File

@@ -21,7 +21,9 @@
21 21
 			</el-table-column>
22 22
 			<el-table-column prop="customer.name" label="客户" width="400">
23 23
 			</el-table-column>
24
-			<el-table-column prop="sumWeight" label="重量(吨)" width="120">
24
+			<el-table-column prop="sumWeight" label="可使用量" width="120">
25
+			</el-table-column>
26
+			<el-table-column prop="useWeight" label="已使用量" width="120">
25 27
 			</el-table-column>
26 28
 
27 29
 			<el-table-column label="操作">

Loading…
Cancel
Save