소스 검색

Merge branch 'local' of https://github.com/le5le-com/visualization-design into local

ananzhusen 1 년 전
부모
커밋
8e537bc0a8
1개의 변경된 파일8개의 추가작업 그리고 9개의 파일을 삭제
  1. 8 9
      src/services/defaults.ts

+ 8 - 9
src/services/defaults.ts

@@ -2298,12 +2298,13 @@ export const formComponents = [
               title: '实时监测',
               key: '0',
               show: true,
-              icon: 'l-icon t-10',
+              icon: 'l-icon l-suofang',
               children: [
                 {
                   title: '站点看板',
                   key: '',
                   show: true,
+                  icon: 'l-icon l-fenzuzhuzhuangtu',
                   children: [
                     {
                       title: '三级标题',
@@ -2321,16 +2322,13 @@ export const formComponents = [
                   title: '监控画面',
                   key: '',
                   show: true,
+                  icon: 'l-icon l-biaoge',
                 },
                 {
                   title: '设备监控',
                   key: '',
                   show: true,
-                },
-                {
-                  title: '变压器监测',
-                  key: '',
-                  show: true,
+                  icon: 'l-icon l-zhexiantu',
                 },
               ],
             },
@@ -2338,11 +2336,13 @@ export const formComponents = [
               title: '控制中心',
               key: '',
               show: true,
+              icon: 'l-icon l-tiaoxingtu',
             },
             {
               title: '告警管理',
               key: '',
               show: true,
+              icon: 'l-icon l-zhishideng',
             },
           ],
           expand: true,
@@ -2404,14 +2404,13 @@ export const formComponents = [
           data: [
             {
               title: '已完成的步骤',
-              content:
-                '这里是提示文字',
+              content: '这里是提示文字',
               status: 'finish', //default/process/finish/error
               // path: 'M71.3,61.9v2.21L56.66,66V63.82l3.27-.43.25-1-2.39.31V60.84l2.84-.37.21-.87-3.4.44V57.85l13.08-1.73v2.2l-6.85.9-.21.88,6-.79-.15,2.85ZM58.11,66.56,69.86,65v5.63L58.11,72.19Zm2.59,3.09,6.44-.84V67.52l-6.44.85ZM62.78,63l3.87-.51.07-.95L63,62.05Z',
             },
             {
               title: '出错的步骤',
-              content: '这里是提示文字', 
+              content: '这里是提示文字',
               status: 'error', //default/process/finish/error
             },
             {