From c833d797784e5d5026c748def4bb9b6a49385f63 Mon Sep 17 00:00:00 2001 From: userName <244140623@qq.com> Date: Fri, 23 Feb 2024 11:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui-vue3/src/views/mts/planDetail/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue b/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue index 8198fd3..101c2be 100644 --- a/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue +++ b/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue @@ -88,13 +88,16 @@ --> - + + @@ -311,7 +314,7 @@ function handleDateColumn(row, column) { return remark } -const hisRecord = ref('') +const hisRecord = ref([]) async function handleHistory(row, column) { let res = [] if (row.record.length > 0) { @@ -326,8 +329,7 @@ async function handleHistory(row, column) { } } } - console.log('res', res) - hisRecord.value = res.join(',') + hisRecord.value = res } const nbsp = "    "