允许echart在组件内更换图标类型

This commit is contained in:
aixianling
2024-03-25 17:49:57 +08:00
parent 4c220621b5
commit 5273f300ea
4 changed files with 27 additions and 9 deletions

View File

@@ -25,6 +25,7 @@
:key="`chart-${index}`"
:theme="theme"
:data="values"
:tpl="data.config"
:ops="data.echartOps"/>
<AiDvTable
v-else-if="currentType === 'AiDvTable'"