refactor(数据大屏): 统一数据大屏图形组件命名规则

This commit is contained in:
wangjiahao 2024-03-05 13:00:14 +08:00
parent c2afb68d33
commit 1ddcac64aa

View File

@ -200,7 +200,7 @@ const list = [
}, },
{ {
component: 'CircleShape', component: 'CircleShape',
name: '', name: '',
label: '圆形', label: '圆形',
propValue: ' ', propValue: ' ',
icon: 'icon_graphical', icon: 'icon_graphical',
@ -215,7 +215,7 @@ const list = [
}, },
{ {
component: 'SvgTriangle', component: 'SvgTriangle',
name: '', name: '三角',
label: '三角形', label: '三角形',
icon: 'icon_graphical', icon: 'icon_graphical',
propValue: '', propValue: '',