大屏表格组件

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

@@ -12,8 +12,8 @@
zIndex: item.zIndex,
transform: `scale(${scale})`
}"
v-for="(item, index) in componentList"
:key="index">
v-for="(item, index) in componentList"
:key="index">
<ai-dv-render :instance="instance" :data="item" :index="index" :theme="dashboard.theme"/>
</div>
</div>