微调
This commit is contained in:
@@ -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 || []
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user