Преглед изворни кода

refactor(deviceBatchRecordTable): 将列属性从finishTime改为reportTime

liujt пре 6 месеци
родитељ
комит
f177a38251
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/batchRecord/components/tables/deviceBatchRecordTable.vue

+ 1 - 1
src/views/batchRecord/components/tables/deviceBatchRecordTable.vue

@@ -87,7 +87,7 @@
             minWidth: 150
           },
           {
-            prop: 'finishTime',
+            prop: 'reportTime',
             label: '报工时间',
             align: 'center',
             showOverflowTooltip: true,