Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
a7b57077
Commit
a7b57077
authored
Dec 05, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了菜单自动收起bug
parent
6fb21cea
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
16 deletions
+8
-16
index.ts
src/router/routes/index.ts
+4
-11
modelDetailModal.vue
src/views/ArchitecturePlan/sys/modelDetailModal.vue
+1
-1
modelDetailModal.vue
src/views/ArchitecturePlan/theme/modelDetailModal.vue
+1
-1
modelAdd.vue
src/views/dataWarehousePlanning/physicalModel/modelAdd.vue
+1
-2
modelDetailModal.vue
src/views/metaModel/physicsModel/modelDetailModal.vue
+1
-1
No files found.
src/router/routes/index.ts
View file @
a7b57077
...
@@ -132,7 +132,7 @@ export const DataSourceRoute: AppRouteRecordRaw = {
...
@@ -132,7 +132,7 @@ export const DataSourceRoute: AppRouteRecordRaw = {
title
:
'数据源'
,
title
:
'数据源'
,
icon
:
''
,
icon
:
''
,
hidden
:
true
,
hidden
:
true
,
currentActiveMenu
:
'/
mainBody/index
'
,
currentActiveMenu
:
'/
dataSourceManage
'
,
},
},
children
:
[
children
:
[
{
{
...
@@ -429,27 +429,20 @@ export const DataWarehousephysicalModelRoute: AppRouteRecordRaw = {
...
@@ -429,27 +429,20 @@ export const DataWarehousephysicalModelRoute: AppRouteRecordRaw = {
],
],
};
};
/**元模型*/
/**元模型*/
export
const
ModelRoute
:
AppRouteRecordRaw
=
{
export
const
ModelRoute
:
AppRouteRecordRaw
=
{
path
:
'/metaModel'
,
path
:
'/metaModel'
,
name
:
'metaModel'
,
name
:
'metaModel'
,
component
:
LAYOUT
,
component
:
LAYOUT
,
meta
:
{
meta
:
{
title
:
'
编辑
模型'
,
title
:
'
元
模型'
,
icon
:
''
,
icon
:
''
,
hidden
:
true
,
hidden
:
true
,
currentActiveMenu
:
'/metaModel'
,
currentActiveMenu
:
'/metaModel'
,
},
},
children
:
[
children
:
[
{
path
:
'physicsModel/index'
,
name
:
'physicsModelIndex'
,
component
:
()
=>
import
(
'@/views/metaModel/physicsModel/index.vue'
),
meta
:
{
title
:
'物理模型元模型'
,
icon
:
''
,
},
},
{
{
path
:
'physicsModel/EditRowTable'
,
path
:
'physicsModel/EditRowTable'
,
name
:
'physicsModel'
,
name
:
'physicsModel'
,
...
...
src/views/ArchitecturePlan/sys/modelDetailModal.vue
View file @
a7b57077
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
/** 修改按钮*/
/** 修改按钮*/
function
handleUpdateButton
()
{
function
handleUpdateButton
()
{
go
(
'/metaModel/physicsModel/
e
ditRowTable'
);
go
(
'/metaModel/physicsModel/
E
ditRowTable'
);
}
}
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/ArchitecturePlan/theme/modelDetailModal.vue
View file @
a7b57077
...
@@ -202,7 +202,7 @@
...
@@ -202,7 +202,7 @@
/** 修改按钮*/
/** 修改按钮*/
function
handleUpdateButton
()
{
function
handleUpdateButton
()
{
go
(
'/metaModel/physicsModel/
e
ditRowTable'
);
go
(
'/metaModel/physicsModel/
E
ditRowTable'
);
}
}
onMounted
(()
=>
{
onMounted
(()
=>
{
...
...
src/views/dataWarehousePlanning/physicalModel/modelAdd.vue
View file @
a7b57077
...
@@ -94,8 +94,7 @@ function handleTree(data, id, parentId, children, rootId) {
...
@@ -94,8 +94,7 @@ function handleTree(data, id, parentId, children, rootId) {
}
}
/**确定按钮*/
/**确定按钮*/
async
function
handleSubmit
()
{
function
handleSubmit
()
{
const
values
=
await
validate
();
router
.
push
({
router
.
push
({
path
:
'/metaModel/physicsModel/EditRowTable'
,
path
:
'/metaModel/physicsModel/EditRowTable'
,
query
:
{
query
:
{
...
...
src/views/metaModel/physicsModel/modelDetailModal.vue
View file @
a7b57077
...
@@ -185,7 +185,7 @@ function handleSetButton() {
...
@@ -185,7 +185,7 @@ function handleSetButton() {
/** 修改按钮*/
/** 修改按钮*/
function
handleUpdateButton
()
{
function
handleUpdateButton
()
{
go
(
'/metaModel/physicsModel/
e
ditRowTable'
);
go
(
'/metaModel/physicsModel/
E
ditRowTable'
);
}
}
onMounted
(()
=>
{
onMounted
(()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment