feat: 新增组件重命名

This commit is contained in:
MTrun
2022-02-24 20:11:38 +08:00
parent 2690b06eff
commit 166b2bb98f
7 changed files with 34 additions and 26 deletions
@@ -128,8 +128,8 @@ const switchSelectColorLoading = ref(false)
const ChartThemeColor = loadAsyncComponent(() =>
import('./components/ChartThemeColor/index.vue')
)
const ChartThemSetting = loadAsyncComponent(() =>
import('./components/ChartThemSetting/index.vue')
const ChartDataSetting = loadAsyncComponent(() =>
import('./components/ChartDataSetting/index.vue')
)
// 页面设置
@@ -153,9 +153,9 @@ const globalTabList = [
},
{
key: 'ChartSysSetting',
title: '全局图表',
title: '数据配置',
icon: ZAxisIcon,
render: ChartThemSetting
render: ChartDataSetting
}
]