fix:修改html的title

main
liu.shiyi 1 year ago
parent c89e0adaf3
commit 60b924c454

@ -177,8 +177,8 @@ export default function getComponentConfig (type) {
}
case 'customHtml':
return {
name: '自定义html',
title: '自定义html',
name: '自定义HTML',
title: '自定义HTML',
icon: Icon.getNameList()[29],
className:
'com.gccloud.dataroom.core.module.chart.components.ScreenCustomHtmlChart',

Loading…
Cancel
Save