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 a574f41b
authored
Apr 11, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sdp-v1'
2 parents
15f82378
b00ae3fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
a574f41
...
@@ -110,6 +110,8 @@
...
@@ -110,6 +110,8 @@
prop=
"elementName"
prop=
"elementName"
label=
"元素名称"
label=
"元素名称"
align=
"center"
align=
"center"
width=
"120"
show-overflow-tooltip
></el-table-column>
></el-table-column>
<el-table-column
<el-table-column
prop=
"archiLevelName"
prop=
"archiLevelName"
...
@@ -133,6 +135,27 @@
...
@@ -133,6 +135,27 @@
width=
"200"
width=
"200"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
></el-table-column>
></el-table-column>
<el-table-column
prop=
"definition"
label=
"定义"
align=
"center"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"referenceRelationship"
label=
"引用关系"
align=
"center"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"example"
label=
"示例"
align=
"center"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
label=
"图标"
align=
"center"
>
<el-table-column
label=
"图标"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<img
<img
...
@@ -885,16 +908,18 @@ export default {
...
@@ -885,16 +908,18 @@ export default {
]).
then
((
res2
)
=>
{
]).
then
((
res2
)
=>
{
this
.
dialog_select1
=
res2
[
0
]
this
.
dialog_select1
=
res2
[
0
]
this
.
search_select1
=
res2
[
1
]
this
.
search_select1
=
res2
[
1
]
this
.
get_table
()
})
})
this
.
getStateList
()
this
.
getStateList
()
this
.
getScopeApplicationOptions
()
this
.
getScopeApplicationOptions
()
},
},
mounted
()
{
mounted
()
{
window
.
addEventListener
(
'resize'
,
()
=>
{
window
.
addEventListener
(
'resize'
,
()
=>
{
this
.
set_table_height
()
this
.
set_table_height
()
})
})
this
.
set_table_height
()
this
.
set_table_height
()
this
.
get_table
()
},
},
methods
:
{
methods
:
{
// 适用范围
// 适用范围
...
...
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