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 = "    "