소스 검색

优化模板表格更新时间显示并修复变量引用错误

yusheng 7 달 전
부모
커밋
f0106dc39f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/inspectionTemplate/index.vue

+ 1 - 1
src/views/inspectionTemplate/index.vue

@@ -282,7 +282,7 @@
             align: 'center',
             formatter: (row) => {
               if (row.status != 1) {
-                return updateTime;
+                return row.updateTime;
               }
             },
             width: 170