Browse Source

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

yusheng 5 months ago
parent
commit
f0106dc39f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inspectionTemplate/index.vue

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

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