Pārlūkot izejas kodu

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

yusheng 5 mēneši atpakaļ
vecāks
revīzija
f0106dc39f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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