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 3f92862b
authored
Dec 14, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Plain Diff
修改左侧菜单加载
2 parents
2c64afff
0de7a0cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
12 deletions
src/router/index.js
src/views/Main/index.vue
src/views/archiViewConfig/index.vue
src/views/etpManage/index.vue
src/views/metaModelDic/index.vue
src/views/metaModelDic/pages/page1.vue
src/views/metaModelDic/pages/page2.vue
src/views/metaModelDic/pages/page3.vue
src/router/index.js
View file @
3f92862
...
...
@@ -99,12 +99,17 @@ const routes = [
path
:
'/main/totalArchiPropertyDocument'
,
//总体架构资产文档库
name
:
'totalArchiPropertyDocument'
,
component
:
()
=>
import
(
'@/views/total-archi-property-document/index.vue'
),
}
}
,
// {
// path: '/main/YuanMoXingGuanLiTable',//drawio跳转的表格
// name: 'YuanMoXingGuanLiTable',
// component: () => import('@/views/YuanMoXingGuanLi/YuanMoXingGuanLiTable/index.vue'),
// }
// },
{
path
:
'/main/etp-Manage'
,
//架构元素管理
name
:
'etp-Manage'
,
component
:
()
=>
import
(
'@/views/etpManage/index.vue'
),
},
]
}
]
...
...
src/views/Main/index.vue
View file @
3f92862
...
...
@@ -401,7 +401,7 @@
<span
style=
"margin-left: 5px;"
>
专家人才库
</span>
</div>
<div
class=
"menu_1_item_subtitle"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('架构知识库', '专家人才库', '专家人才库管理')"
>
<img
src=
"@/assets/main/3img.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
专家人才库管理
</span>
</div>
...
...
@@ -580,6 +580,9 @@
this
.
$router
.
push
(
'/main/totalArchiPropertyDocument'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
case
'专家人才库管理'
:
this
.
$router
.
push
(
'/main/etp-Manage'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
break
;
}
}
...
...
src/views/archiViewConfig/index.vue
View file @
3f92862
...
...
@@ -321,7 +321,6 @@ export default {
gtEleRelList
()
{
gtEleRelList
().
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
console
.
log
(
res
.
data
);
this
.
tableData2
=
res
.
data
;
}
});
...
...
@@ -349,7 +348,6 @@ export default {
},
// 所有操作
operate
(
type
,
item
){
console
.
log
(
type
,
item
);
this
.
openType
=
type
;
if
(
type
==
"add"
)
{
this
.
add_dialog
=
true
;
...
...
src/views/etpManage/index.vue
0 → 100644
View file @
3f92862
This diff is collapsed.
Click to expand it.
src/views/metaModelDic/index.vue
View file @
3f92862
...
...
@@ -41,7 +41,7 @@ export default {
},
methods
:
{
handleClick
(
tab
)
{
console
.
log
(
tab
);
//
console.log(tab);
},
},
}
...
...
src/views/metaModelDic/pages/page1.vue
View file @
3f92862
...
...
@@ -179,7 +179,7 @@
<div
class=
"dialog_content_1"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
字段名
</div>
<el-input
placeholder=
""
class=
"dialog_form_item_content"
v-model=
"formData2.fieldName"
></el-input>
<el-input
placeholder=
""
class=
"dialog_form_item_content"
v-model=
"formData2.fieldName"
@
input=
"formData2.fieldName=formData2.fieldName.replace(/[^a-zA-Z]/g,'')"
></el-input>
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
中文名
</div>
...
...
@@ -343,7 +343,6 @@ export default {
});
this
.
get_dialog_select2
().
then
(
res
=>
{
this
.
search_select2
=
res
;
console
.
log
(
this
.
search_select2
);
});
},
created
()
{
...
...
@@ -541,7 +540,6 @@ export default {
this
.
add_dialog2
=
true
;
this
.
title2
=
"编辑字典属性"
;
this
.
formData2
=
scopeRow
;
console
.
log
(
this
.
formData2
);
break
;
// 保存
case
'save'
:
...
...
src/views/metaModelDic/pages/page2.vue
View file @
3f92862
...
...
@@ -177,7 +177,7 @@
<div
class=
"dialog_content_1"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
字段名
</div>
<el-input
placeholder=
""
class=
"dialog_form_item_content"
v-model=
"formData2.fieldName"
></el-input>
<el-input
placeholder=
""
class=
"dialog_form_item_content"
v-model=
"formData2.fieldName"
@
input=
"formData2.fieldName=formData2.fieldName.replace(/[^a-zA-Z]/g,'')"
></el-input>
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
中文名
</div>
...
...
@@ -499,7 +499,6 @@ export default {
this
.
add_dialog2
=
true
;
this
.
title2
=
"编辑字典属性"
;
this
.
formData2
=
scopeRow
;
console
.
log
(
this
.
formData2
);
break
;
// 保存
case
'save'
:
...
...
src/views/metaModelDic/pages/page3.vue
View file @
3f92862
...
...
@@ -178,7 +178,7 @@
<div
class=
"dialog_content_1"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
字段名
</div>
<el-input
placeholder=
""
class=
"dialog_form_item_content"
v-model=
"formData2.fieldName"
></el-input>
<el-input
placeholder=
""
class=
"dialog_form_item_content"
v-model=
"formData2.fieldName"
@
input=
"formData2.fieldName=formData2.fieldName.replace(/[^a-zA-Z]/g,'')"
></el-input>
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
中文名
</div>
...
...
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