소스 검색

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,