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 } })]