This commit is contained in:
sjl
2025-03-05 09:32:13 +08:00
parent 492db88b45
commit 489c0882ac
2 changed files with 13 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
height="calc(100vh - 480px)"
:style="{ overflow: 'hidden' }"
row-key="id"
default-expand-all
:expand-row-keys="[props.activeName]"
>
<el-table-column prop="name" label="指标" show-overflow-tooltip />
<el-table-column align="center" label="参与误差比较" width="110px">
@@ -166,12 +166,13 @@ const info = async () => {
}
})
console.log('🚀 ~ item.children.forEach ~ tableData.value:', tableData.value)
//console.log('🚀 ~ item.children.forEach ~ tableData.value:', tableData.value)
}
const getData = () => {
return tableData.value
}
onMounted(() => {
//console.log('🚀 ~ onMounted ~ props:', props)
info()
// tableData.value = data.data[0].children || []
})