Browse Source

fix:修改html的title

liu.shiyi 1 year ago
parent
commit
60b924c454
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data-room-ui/packages/js/utils/getComponentConfig.js

+ 2 - 2
data-room-ui/packages/js/utils/getComponentConfig.js

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