Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cad4a821
authored
Dec 04, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231204王皖苏
1 parent
05e5d311
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
589 additions
and
5 deletions
src/router/index.js
src/views/JiaGouSTPZ/index.vue
src/views/JiaGouYuanShuGuanLi/index.vue → src/views/JiaGouYuanSuGuanLi/index.vue
src/views/JiaGouYuanSuGuanxiGuanLi/index.vue
src/views/Main/index.vue
src/router/index.js
View file @
cad4a82
...
...
@@ -20,9 +20,19 @@ const routes = [
component
:
()
=>
import
(
/* webpackChunkName: "about" */
'../views/Main/index.vue'
),
children
:
[
{
path
:
'/main/JiaGouYuanS
h
uGuanLi'
,
//架构元素管理
path
:
'/main/JiaGouYuanSuGuanLi'
,
//架构元素管理
name
:
'JiaGouYuanShuGuanLi'
,
component
:
()
=>
import
(
'@/views/JiaGouYuanShuGuanLi/index.vue'
),
component
:
()
=>
import
(
'@/views/JiaGouYuanSuGuanLi/index.vue'
),
},
{
path
:
'/main/JiaGouYuanSuGuanxiGuanLi'
,
//架构元素关系管理
name
:
'JiaGouYuanShuGuanLi'
,
component
:
()
=>
import
(
'@/views/JiaGouYuanSuGuanxiGuanLi/index.vue'
),
},
{
path
:
'/main/JiaGouSTPZ'
,
//架构视图配置
name
:
'YeWuZiChanGuanLi'
,
component
:
()
=>
import
(
'@/views/JiaGouSTPZ/index.vue'
),
},
{
path
:
'/main/YeWuZiChanGuanLi'
,
//业务架构资产管理
...
...
src/views/JiaGouSTPZ/index.vue
0 → 100644
View file @
cad4a82
<
template
>
<div
class=
"JiaGouYuanShuGuanLi"
>
<div
class=
"table_container"
>
<div
class=
"search_menu"
>
<div
class=
"search_menu_item_container"
>
<div
class=
"search_menu_item"
>
<span
class=
"search_title"
>
元素关系名称
</span>
<el-input
v-model=
"query_item3"
placeholder=
"请输入内容"
class=
"search_item"
></el-input>
</div>
<div
class=
"search_menu_item"
>
<span
class=
"search_title"
>
架构归属
</span>
<el-select
v-model=
"query_item1"
placeholder=
"请选择"
class=
"search_item"
>
<el-option
label=
"业务架构"
value=
"业务架构"
></el-option>
<el-option
label=
"应用架构"
value=
"应用架构"
></el-option>
<el-option
label=
"内容架构"
value=
"内容架构"
></el-option>
<el-option
label=
"技术架构"
value=
"技术架构"
></el-option>
<el-option
label=
"安全架构"
value=
"安全架构"
></el-option>
</el-select>
</div>
<div
class=
"search_menu_item"
>
<span
class=
"search_title"
>
状态
</span>
<el-select
v-model=
"query_item4"
placeholder=
"请选择"
class=
"search_item"
>
<el-option
label=
"已发布"
value=
"已发布"
></el-option>
<el-option
label=
"已停用"
value=
"已停用"
></el-option>
<el-option
label=
"暂存"
value=
"暂存"
></el-option>
</el-select>
</div>
</div>
<div
class=
"search_menu_btn_container"
>
<div
class=
"query_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/查询icon.png"
alt=
""
/>
<p>
查询
</p>
</div>
<div
class=
"reset_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/重置icon.png"
alt=
""
/>
<p>
重置
</p>
</div>
</div>
</div>
<div
class=
"search_btn"
>
<div
class=
"add_btn"
@
click=
"add_dialog = true"
>
<img
class=
"btn_icon"
src=
"@/assets/新建icon.png"
alt=
""
/>
<p>
新建
</p>
</div>
<div
class=
"version_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/版本发布icon.png"
alt=
""
/>
<p>
版本发布
</p>
</div>
</div>
<el-table
:data=
"tableData"
stripe
border
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let1"
label=
"元素关系名称"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let2"
label=
"对象1"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let7"
label=
"对象1"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let3"
label=
"适用范围"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let4"
label=
"关系描述"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
label=
"图标"
align=
"center"
>
<template>
<el-button
type=
"text"
style=
"color: #0D867F;"
>
预览
</el-button>
</
template
>
</el-table-column>
<el-table-column
prop=
"let5"
label=
"版本"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let6"
label=
"状态"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
width=
"360"
align=
"center"
>
<
template
>
<div
style=
"display: flex;align-items: center;justify-content: center;"
>
<div
class=
"add_btn"
@
click=
"add_dialog = true"
style=
"border: 0;margin-right: 8px;"
>
<img
class=
"btn_icon"
src=
"@/assets/编辑_icon_default.png"
alt=
""
/>
<p>
编辑
</p>
</div>
<!--
<el-button
type=
"text"
icon=
"el-icon-edit"
@
click=
"add_dialog = true"
>
编辑
</el-button>
-->
<div
class=
"reset_btn"
style=
"border: 0;margin-right: 8px;"
>
<img
class=
"btn_icon"
src=
"@/assets/停用_icon_default.png"
alt=
""
/>
<p>
停用
</p>
</div>
<div
class=
"add_btn"
style=
"border: 0;margin-right: 8px;"
>
<img
class=
"btn_icon"
src=
"@/assets/发布_icon_default.png"
alt=
""
/>
<p>
发布
</p>
</div>
<div
class=
"reset_btn"
style=
"border: 0;"
>
<img
class=
"btn_icon"
src=
"@/assets/删除_icon_default.png"
alt=
""
/>
<p>
删除
</p>
</div>
</div>
</
template
>
</el-table-column>
</el-table>
<el-pagination
background
layout=
"prev, pager, next"
:total=
"50"
>
</el-pagination>
</div>
<el-dialog
title=
"新建元素关系"
:visible
.
sync=
"add_dialog"
:center=
"false"
width=
"40%"
>
<div
class=
"add_dialog_content"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
元素关系名称
</div>
<el-input
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let1"
></el-input>
</div>
<!-- <div class="dialog_form_item">
<div class="dialog_form_item_title">元素关系描述</div>
<el-input placeholder="请输入内容" class="dialog_form_item_content" v-model="let2"></el-input>
</div> -->
<!-- <div class="dialog_form_item">
<div class="dialog_form_item_title">架构归属</div>
<el-select placeholder="请选择" class="search_item" v-model="let3">
<el-option label="业务架构" value="业务架构"></el-option>
<el-option label="应用架构" value="应用架构"></el-option>
<el-option label="内容架构" value="内容架构"></el-option>
<el-option label="技术架构" value="技术架构"></el-option>
<el-option label="安全架构" value="安全架构"></el-option>
</el-select>
</div> -->
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
元素关系描述
</div>
<el-input
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let4"
></el-input>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
type=
"primary"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
</span>
</el-dialog>
</div>
</template>
<
script
>
export
default
{
name
:
'JiaGouYuanShuGuanLi'
,
components
:
{
},
data
()
{
return
{
tableData
:
[
{
let1
:
'分解'
,
let2
:
'业务域'
,
let7
:
'业务职能'
,
let3
:
'业务架构'
,
let4
:
'业务域的基本描述'
,
let5
:
'2023.10.31'
,
let6
:
'已发布'
},
{
let1
:
'支撑'
,
let2
:
'业务域'
,
let7
:
'业务职能'
,
let3
:
'业务架构'
,
let4
:
'业务职能的描述'
,
let5
:
'2023.10.31'
,
let6
:
'已发布'
},
{
let1
:
'聚合'
,
let2
:
'应用域'
,
let7
:
'应用职能'
,
let3
:
'应用架构'
,
let4
:
'应用交互的基本描述'
,
let5
:
'2023.10.31'
,
let6
:
'已发布'
},
],
add_dialog
:
false
,
query_item1
:
null
,
query_item3
:
null
,
query_item4
:
null
,
let1
:
''
,
let2
:
''
,
let3
:
''
,
let4
:
''
,
};
},
}
</
script
>
<
style
scoped
>
.JiaGouYuanShuGuanLi
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
align-items
:
center
;
}
.search_menu
{
display
:
flex
;
justify-content
:
space-between
;
}
.search_menu_item_container
{
display
:
flex
;
align-items
:
center
;
}
.search_menu_btn_container
{
display
:
flex
;
align-items
:
center
;
}
.search_menu_item
{
display
:
flex
;
align-items
:
center
;
width
:
344px
;
}
.search_title
{
/* width: 20%; */
flex-shrink
:
0
;
margin-right
:
15px
;
}
.search_item
{
width
:
60%
;
}
.search_btn
{
width
:
100%
;
display
:
flex
;
margin-top
:
50px
;
margin-bottom
:
20px
;
}
.add_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
76px
;
height
:
32px
;
background
:
rgba
(
13
,
134
,
127
,
0.1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#0D867F
;
cursor
:
pointer
;
}
.version_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
104px
;
height
:
32px
;
background
:
rgba
(
13
,
134
,
127
,
0.1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#0D867F
;
cursor
:
pointer
;
margin-left
:
15px
;
}
.query_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
76px
;
height
:
32px
;
background
:
rgba
(
13
,
134
,
127
,
1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#fff
;
margin-right
:
10px
;
cursor
:
pointer
;
}
.reset_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
76px
;
height
:
32px
;
background
:
rgba
(
244
,
244
,
244
,
1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#666
;
cursor
:
pointer
;
}
.btn_icon
{
margin-right
:
10px
;
}
.table_container
{
width
:
97%
;
margin-top
:
20px
;
}
.el-pagination
{
margin-top
:
50px
;
}
.dialog_form_item
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
10px
;
}
.dialog_form_item_title
{
flex-shrink
:
0
;
margin-right
:
15px
;
}
/
deep
/
.el-dialog__header
{
text-align
:
left
;
}
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background-color
:
#0D867F
;
}
</
style
>
\ No newline at end of file
src/views/JiaGouYuanS
h
uGuanLi/index.vue
→
src/views/JiaGouYuanSuGuanLi/index.vue
View file @
cad4a82
File moved
src/views/JiaGouYuanSuGuanxiGuanLi/index.vue
0 → 100644
View file @
cad4a82
<
template
>
<div
class=
"JiaGouYuanShuGuanLi"
>
<div
class=
"table_container"
>
<div
class=
"search_menu"
>
<div
class=
"search_menu_item_container"
>
<div
class=
"search_menu_item"
>
<span
class=
"search_title"
>
元素关系名称
</span>
<el-input
v-model=
"query_item3"
placeholder=
"请输入内容"
class=
"search_item"
></el-input>
</div>
<div
class=
"search_menu_item"
>
<span
class=
"search_title"
>
架构归属
</span>
<el-select
v-model=
"query_item1"
placeholder=
"请选择"
class=
"search_item"
>
<el-option
label=
"业务架构"
value=
"业务架构"
></el-option>
<el-option
label=
"应用架构"
value=
"应用架构"
></el-option>
<el-option
label=
"内容架构"
value=
"内容架构"
></el-option>
<el-option
label=
"技术架构"
value=
"技术架构"
></el-option>
<el-option
label=
"安全架构"
value=
"安全架构"
></el-option>
</el-select>
</div>
<div
class=
"search_menu_item"
>
<span
class=
"search_title"
>
状态
</span>
<el-select
v-model=
"query_item4"
placeholder=
"请选择"
class=
"search_item"
>
<el-option
label=
"已发布"
value=
"已发布"
></el-option>
<el-option
label=
"已停用"
value=
"已停用"
></el-option>
<el-option
label=
"暂存"
value=
"暂存"
></el-option>
</el-select>
</div>
</div>
<div
class=
"search_menu_btn_container"
>
<div
class=
"query_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/查询icon.png"
alt=
""
/>
<p>
查询
</p>
</div>
<div
class=
"reset_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/重置icon.png"
alt=
""
/>
<p>
重置
</p>
</div>
</div>
</div>
<div
class=
"search_btn"
>
<div
class=
"add_btn"
@
click=
"add_dialog = true"
>
<img
class=
"btn_icon"
src=
"@/assets/新建icon.png"
alt=
""
/>
<p>
新建
</p>
</div>
<div
class=
"version_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/版本发布icon.png"
alt=
""
/>
<p>
版本发布
</p>
</div>
</div>
<el-table
:data=
"tableData"
stripe
border
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let1"
label=
"元素关系名称"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let2"
label=
"对象1"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let7"
label=
"对象1"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let3"
label=
"适用范围"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let4"
label=
"关系描述"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
label=
"图标"
align=
"center"
>
<template>
<el-button
type=
"text"
style=
"color: #0D867F;"
>
预览
</el-button>
</
template
>
</el-table-column>
<el-table-column
prop=
"let5"
label=
"版本"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"let6"
label=
"状态"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
width=
"360"
align=
"center"
>
<
template
>
<div
style=
"display: flex;align-items: center;justify-content: center;"
>
<div
class=
"add_btn"
@
click=
"add_dialog = true"
style=
"border: 0;margin-right: 8px;"
>
<img
class=
"btn_icon"
src=
"@/assets/编辑_icon_default.png"
alt=
""
/>
<p>
编辑
</p>
</div>
<!--
<el-button
type=
"text"
icon=
"el-icon-edit"
@
click=
"add_dialog = true"
>
编辑
</el-button>
-->
<div
class=
"reset_btn"
style=
"border: 0;margin-right: 8px;"
>
<img
class=
"btn_icon"
src=
"@/assets/停用_icon_default.png"
alt=
""
/>
<p>
停用
</p>
</div>
<div
class=
"add_btn"
style=
"border: 0;margin-right: 8px;"
>
<img
class=
"btn_icon"
src=
"@/assets/发布_icon_default.png"
alt=
""
/>
<p>
发布
</p>
</div>
<div
class=
"reset_btn"
style=
"border: 0;"
>
<img
class=
"btn_icon"
src=
"@/assets/删除_icon_default.png"
alt=
""
/>
<p>
删除
</p>
</div>
</div>
</
template
>
</el-table-column>
</el-table>
<el-pagination
background
layout=
"prev, pager, next"
:total=
"50"
>
</el-pagination>
</div>
<el-dialog
title=
"新建元素关系"
:visible
.
sync=
"add_dialog"
:center=
"false"
width=
"40%"
>
<div
class=
"add_dialog_content"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
元素关系名称
</div>
<el-input
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let1"
></el-input>
</div>
<!-- <div class="dialog_form_item">
<div class="dialog_form_item_title">元素关系描述</div>
<el-input placeholder="请输入内容" class="dialog_form_item_content" v-model="let2"></el-input>
</div> -->
<!-- <div class="dialog_form_item">
<div class="dialog_form_item_title">架构归属</div>
<el-select placeholder="请选择" class="search_item" v-model="let3">
<el-option label="业务架构" value="业务架构"></el-option>
<el-option label="应用架构" value="应用架构"></el-option>
<el-option label="内容架构" value="内容架构"></el-option>
<el-option label="技术架构" value="技术架构"></el-option>
<el-option label="安全架构" value="安全架构"></el-option>
</el-select>
</div> -->
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
元素关系描述
</div>
<el-input
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let4"
></el-input>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
type=
"primary"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
</span>
</el-dialog>
</div>
</template>
<
script
>
export
default
{
name
:
'JiaGouYuanShuGuanLi'
,
components
:
{
},
data
()
{
return
{
tableData
:
[
{
let1
:
'分解'
,
let2
:
'业务域'
,
let7
:
'业务职能'
,
let3
:
'业务架构'
,
let4
:
'业务域的基本描述'
,
let5
:
'2023.10.31'
,
let6
:
'已发布'
},
{
let1
:
'支撑'
,
let2
:
'业务域'
,
let7
:
'业务职能'
,
let3
:
'业务架构'
,
let4
:
'业务职能的描述'
,
let5
:
'2023.10.31'
,
let6
:
'已发布'
},
{
let1
:
'聚合'
,
let2
:
'应用域'
,
let7
:
'应用职能'
,
let3
:
'应用架构'
,
let4
:
'应用交互的基本描述'
,
let5
:
'2023.10.31'
,
let6
:
'已发布'
},
],
add_dialog
:
false
,
query_item1
:
null
,
query_item3
:
null
,
query_item4
:
null
,
let1
:
''
,
let2
:
''
,
let3
:
''
,
let4
:
''
,
};
},
}
</
script
>
<
style
scoped
>
.JiaGouYuanShuGuanLi
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
align-items
:
center
;
}
.search_menu
{
display
:
flex
;
justify-content
:
space-between
;
}
.search_menu_item_container
{
display
:
flex
;
align-items
:
center
;
}
.search_menu_btn_container
{
display
:
flex
;
align-items
:
center
;
}
.search_menu_item
{
display
:
flex
;
align-items
:
center
;
width
:
344px
;
}
.search_title
{
/* width: 20%; */
flex-shrink
:
0
;
margin-right
:
15px
;
}
.search_item
{
width
:
60%
;
}
.search_btn
{
width
:
100%
;
display
:
flex
;
margin-top
:
50px
;
margin-bottom
:
20px
;
}
.add_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
76px
;
height
:
32px
;
background
:
rgba
(
13
,
134
,
127
,
0.1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#0D867F
;
cursor
:
pointer
;
}
.version_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
104px
;
height
:
32px
;
background
:
rgba
(
13
,
134
,
127
,
0.1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#0D867F
;
cursor
:
pointer
;
margin-left
:
15px
;
}
.query_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
76px
;
height
:
32px
;
background
:
rgba
(
13
,
134
,
127
,
1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#fff
;
margin-right
:
10px
;
cursor
:
pointer
;
}
.reset_btn
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
76px
;
height
:
32px
;
background
:
rgba
(
244
,
244
,
244
,
1
);
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
#0D867F
;
font-size
:
14px
;
color
:
#666
;
cursor
:
pointer
;
}
.btn_icon
{
margin-right
:
10px
;
}
.table_container
{
width
:
97%
;
margin-top
:
20px
;
}
.el-pagination
{
margin-top
:
50px
;
}
.dialog_form_item
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
10px
;
}
.dialog_form_item_title
{
flex-shrink
:
0
;
margin-right
:
15px
;
}
/
deep
/
.el-dialog__header
{
text-align
:
left
;
}
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background-color
:
#0D867F
;
}
</
style
>
\ No newline at end of file
src/views/Main/index.vue
View file @
cad4a82
...
...
@@ -44,7 +44,7 @@
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
架构元素管理
</span>
</div>
<div
class=
"menu_1_item_subtitle"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('架构元素关系管理')"
>
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
架构元素关系管理
</span>
</div>
...
...
@@ -52,7 +52,7 @@
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
元模型管理
</span>
</div>
<div
class=
"menu_1_item_subtitle"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('架构视图配置')"
>
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
架构视图配置
</span>
</div>
...
...
@@ -517,7 +517,15 @@
jumpPage
(
data
)
{
switch
(
data
){
case
'架构元素管理'
:
this
.
$router
.
push
(
'/main/JiaGouYuanShuGuanLi'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/JiaGouYuanSuGuanLi'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
break
;
case
'架构元素关系管理'
:
this
.
$router
.
push
(
'/main/JiaGouYuanSuGuanxiGuanLi'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
break
;
case
'架构视图配置'
:
this
.
$router
.
push
(
'/main/JiaGouSTPZ'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
break
;
case
'元模型管理'
:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment