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 46eca2ab
authored
Dec 11, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231211wangwansu
1 parent
796a5b16
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
15 deletions
src/assets/archiEleRela/img1.svg
src/views/archiEleRela/index.vue
src/views/archiViewConfig/index.vue
src/views/metaModelDic/pages/page1.vue
src/views/metaModelDic/pages/page2.vue
src/views/metaModelDic/pages/page3.vue
src/assets/archiEleRela/img1.svg
0 → 100644
View file @
46eca2a
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file with editors other than draw.io -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
version=
"1.1"
width=
"52px"
height=
"52px"
viewBox=
"-0.5 -0.5 52 52"
content=
"<mxfile host="localhost" modified="2023-12-11T08:19:23.098Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" etag="Ma1suk54CN_8AWtPOCkK" version="@DRAWIO-VERSION@" type="device"><diagram name="第 1 页" id="-0UD_yfLnX9uW1ie4wcD">jZPLbsMgEEW/xstKtkkad9mk6WNRKWqktFtkJjYqZiKM8+jXFxcwJlakrswcZu4wF5yQVXN+UfRQvyMDkeQpOyfkKcnzbJan5tOTiyWLrLCgUpy5pAC2/AccdHVVxxm0UaJGFJofYliilFDqiFGl8BSn7VHEXQ+0ggnYllRM6Sdnura0yBeBvwKvat85u3+wOw31yW6StqYMTyNE1glZKURtV815BaI3z/ti655v7A4HUyD1fwq+OrJf7lS7e2uz2WbefizU951TOVLRuYHdYfXFOwCSPfZGmkiiNHBZ60aYKDNLhZ1k0HdITWRrgU0sDWfMhsnNkwFsQKuLSTkFb+fOr3pkq2cKBNX8GMtTd8XVIDd02CA3jfPUPccZcTruMRIfe4kWO1WCqxp7eS1UxEJ5cSWkqapAT4TMYjR2QH9X5cPwJGx6+LHI+hc=</diagram></mxfile>"
style=
"background-color: rgb(255, 255, 255);"
><defs/><g><path
d=
"M 0 50 L 50 0"
fill=
"none"
stroke=
"rgb(0, 0, 0)"
stroke-miterlimit=
"10"
pointer-events=
"stroke"
/></g></svg>
\ No newline at end of file
src/views/archiEleRela/index.vue
View file @
46eca2a
...
...
@@ -117,6 +117,16 @@
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
元素关系描述
</div>
<el-input
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"formData.content"
></el-input>
</div>
<div
class=
"dialog_form_item3"
>
<div
class=
"dialog_form_item_title"
>
图标设置
</div>
<div>
<div
class=
"dialog_form_item3_content1"
>
<el-radio
v-model=
"radio2"
label=
"img1"
>
<img
class=
"tu_biao_icon2"
src=
"@/assets/archiEleRela/img1.svg"
alt=
""
/>
</el-radio>
</div>
</div>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"greenButton"
@
click=
"operate('pushAdd')"
>
发布
</el-button>
...
...
@@ -194,6 +204,7 @@ export default {
value
:
2
,
},
],
radio2
:
''
,
};
},
...
...
@@ -381,6 +392,18 @@ export default {
justify-content
:
flex-start
;
align-items
:
center
;
}
.dialog_form_item3
{
margin-top
:
20px
;
display
:
flex
;
align-items
:
center
;
.dialog_form_item3_content1{
display
:
flex
;
align-items
:
center
;
.tu_biao_icon2{
width
:
15px
;
}
}
}
.search_menu
{
display
:
flex
;
justify-content
:
space-between
;
...
...
src/views/archiViewConfig/index.vue
View file @
46eca2a
...
...
@@ -97,6 +97,12 @@
<div
class=
"add_dialog_content"
>
<div
class=
"dialog_content_1"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
架构视图名称
</div>
<el-select
v-model=
"formData.viewName"
placeholder=
"请选择"
clearable
class=
"search_item"
>
<el-option
v-for=
"(item,idnex) in viewNameList"
:key=
"idnex"
:label=
"item"
:value=
"item"
></el-option>
</el-select>
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
架构层次
</div>
<el-select
v-model=
"formData.schemaLevel"
placeholder=
"请选择"
clearable
class=
"search_item"
>
<el-option
v-for=
"(item,idnex) in levelList"
:key=
"idnex"
:label=
"item.label"
:value=
"item.value"
></el-option>
...
...
@@ -108,12 +114,6 @@
<el-option
v-for=
"(item,idnex) in belongList"
:key=
"idnex"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
架构视图名称
</div>
<el-select
v-model=
"formData.viewName"
placeholder=
"请选择"
clearable
class=
"search_item"
>
<el-option
v-for=
"(item,idnex) in viewNameList"
:key=
"idnex"
:label=
"item"
:value=
"item"
></el-option>
</el-select>
</div>
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
><span
class=
"reqIcon"
>
*
</span>
视图描述
</div>
...
...
src/views/metaModelDic/pages/page1.vue
View file @
46eca2a
...
...
@@ -583,13 +583,13 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
.dialog_form_item_title{
width
:
7
0px
;
width
:
9
0px
;
}
.el-input
{
width
:
2
7
0px
;
width
:
2
6
0px
;
}
.el-select
{
width
:
2
7
0px
;
width
:
2
6
0px
;
}
}
.search_menu
{
...
...
src/views/metaModelDic/pages/page2.vue
View file @
46eca2a
...
...
@@ -591,13 +591,13 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
.dialog_form_item_title{
width
:
7
0px
;
width
:
9
0px
;
}
.el-input
{
width
:
2
7
0px
;
width
:
2
6
0px
;
}
.el-select
{
width
:
2
7
0px
;
width
:
2
6
0px
;
}
}
.search_menu
{
...
...
src/views/metaModelDic/pages/page3.vue
View file @
46eca2a
...
...
@@ -658,13 +658,13 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
.dialog_form_item_title{
width
:
7
0px
;
width
:
9
0px
;
}
.el-input
{
width
:
2
7
0px
;
width
:
2
6
0px
;
}
.el-select
{
width
:
2
7
0px
;
width
:
2
6
0px
;
}
}
.search_menu
{
...
...
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