09082223:规则引擎查询资产展示的修改

master
冷调 2024-09-08 22:24:05 +08:00
parent 796fce9f53
commit 2f256c7b1f
1 changed files with 5 additions and 3 deletions

View File

@ -419,12 +419,14 @@
<!-- </template>-->
<!-- </el-table-column>-->
<!-- </el-table>-->
{{tableDatas}}
<el-table>
<el-table-column
v-for="(value,key) in tableDatas"
:label="key"
v-for="tableData in tableDatas"
:key="key"
:label="tableData.label"
:prop="tableData.value"
width="180">
{{value}}
</el-table-column>
<el-table-column label="操作">