瀏覽代碼

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,