大屏表格组件

This commit is contained in:
yanran200730
2023-03-08 17:32:42 +08:00
parent 341643a87e
commit c8f6b546cb
5 changed files with 42 additions and 7 deletions

View File

@@ -33,6 +33,7 @@
<AiDvTable
v-else-if="data.type === 'AiDvTable'"
:heigth="'100%'"
:stripe="data.stripe"
:isShowIndex="data.isShowIndex"
:data="values">
</AiDvTable>