Sfoglia il codice sorgente

feat(taskList): 新增报工数量与报工时间列

yusheng 2 settimane fa
parent
commit
cd68420aa2

+ 7 - 0
src/views/taskList/components/ModifyRecord.vue

@@ -64,6 +64,13 @@
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            label: '报工时间',
+            prop: 'createTime',
+            minWidth: 150,
+            align: 'center',
+            showOverflowTooltip: true
+          },
           // {
           //   label: '合格重量(kg)',
           //   prop: 'qualifiedWeight',

+ 15 - 0
src/views/taskList/index.vue

@@ -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',