From ff0b1ce7dcfd176631b061ee6520bc7aa12e0d41 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 28 Nov 2025 17:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BA=E5=AE=9A=E7=89=A9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index 05360f7..bfbc5d9 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1360,7 +1360,7 @@ const setTable1Data = (e) => { tableData1.value = [...tableData1.value, ...fodInfo.map((v, k) => { return { ...v, - time:parseTime(v.time), + time: parseTime(v.time || v.Time), index: tableData1.value.length + k } })]