mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-25 10:56:34 +08:00
fix: 修改拖拽区域名称
This commit is contained in:
parent
e8057361d6
commit
67b613dabf
@ -11,7 +11,7 @@ const chartRoutes: RouteRecordRaw = {
|
|||||||
name: ChartEnum.CHART_HOME_NAME,
|
name: ChartEnum.CHART_HOME_NAME,
|
||||||
component: importPath['ChartEnum.CHART_HOME_NAME'],
|
component: importPath['ChartEnum.CHART_HOME_NAME'],
|
||||||
meta: {
|
meta: {
|
||||||
title: '图表',
|
title: '工作空间',
|
||||||
isRoot: true
|
isRoot: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
src/views/chart/components/ContentDrag/index.ts
Normal file
3
src/views/chart/components/ContentDrag/index.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import ContentDrag from './index.vue'
|
||||||
|
|
||||||
|
export { ContentDrag }
|
@ -1,3 +0,0 @@
|
|||||||
import ContentDraw from './index.vue'
|
|
||||||
|
|
||||||
export { ContentDraw }
|
|
@ -15,7 +15,7 @@
|
|||||||
<n-layout-content content-style="overflow:hidden; display: flex">
|
<n-layout-content content-style="overflow:hidden; display: flex">
|
||||||
<ContentCharts />
|
<ContentCharts />
|
||||||
<ContentLayers />
|
<ContentLayers />
|
||||||
<ContentDraw />
|
<ContentDrag />
|
||||||
<ContentDetails />
|
<ContentDetails />
|
||||||
</n-layout-content>
|
</n-layout-content>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
@ -29,7 +29,7 @@ import { HeaderRightBtn } from './components/HeaderRightBtn/index'
|
|||||||
import { HeaderTitle } from './components/HeaderTitle/index'
|
import { HeaderTitle } from './components/HeaderTitle/index'
|
||||||
import { ContentLayers } from './components/ContentLayers/index'
|
import { ContentLayers } from './components/ContentLayers/index'
|
||||||
import { ContentCharts } from './components/ContentCharts/index'
|
import { ContentCharts } from './components/ContentCharts/index'
|
||||||
import { ContentDraw } from './components/ContentDraw/index'
|
import { ContentDrag } from './components/ContentDrag/index'
|
||||||
import { ContentDetails } from './components/ContentDetails/index'
|
import { ContentDetails } from './components/ContentDetails/index'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user