mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增组件重命名
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user