|
|
@@ -455,6 +455,13 @@
|
|
|
showOverflowTooltip: true,
|
|
|
width: 110
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'reportQuantity',
|
|
|
+ label: '报工数量',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ width: 110
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'weight',
|
|
|
label: '任务重量(kg)',
|
|
|
@@ -506,6 +513,14 @@
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '报工时间',
|
|
|
+ prop: 'reportTime',
|
|
|
+ minWidth: 150,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
label: '工时',
|
|
|
prop: 'durationText',
|