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 60e1db46
authored
Jun 04, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复了显示问题
1 parent
22de08a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
60e1db4
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<el-table-column
<el-table-column
type=
"index"
type=
"index"
label=
"序号"
label=
"序号"
width=
"8
0"
width=
"5
0"
align=
"center"
align=
"center"
:index=
"indexMethod"
:index=
"indexMethod"
></el-table-column>
></el-table-column>
...
@@ -126,8 +126,7 @@
...
@@ -126,8 +126,7 @@
prop=
"elementName"
prop=
"elementName"
label=
"元素名称"
label=
"元素名称"
align=
"center"
align=
"center"
width=
"120"
width=
"160"
show-overflow-tooltip
></el-table-column>
></el-table-column>
<el-table-column
<el-table-column
prop=
"archiLevelName"
prop=
"archiLevelName"
...
@@ -139,37 +138,25 @@
...
@@ -139,37 +138,25 @@
label=
"架构归属"
label=
"架构归属"
align=
"center"
align=
"center"
></el-table-column>
></el-table-column>
<!--
<el-table-column-->
<!-- prop="eaLevel"-->
<!-- label="元素层级"-->
<!-- align="center"-->
<!-- >
</el-table-column>
-->
<!--
<el-table-column
prop=
"content"
label=
"描述"
align=
"center"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
-->
<el-table-column
<el-table-column
prop=
"definition"
prop=
"definition"
label=
"定义"
label=
"定义"
align=
"center"
align=
"center"
width=
"20
0"
width=
"15
0"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
></el-table-column>
></el-table-column>
<el-table-column
<el-table-column
prop=
"referenceRelationship"
prop=
"referenceRelationship"
label=
"引用关系"
label=
"引用关系"
align=
"center"
align=
"center"
width=
"20
0"
width=
"15
0"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
></el-table-column>
></el-table-column>
<el-table-column
<el-table-column
prop=
"example"
prop=
"example"
label=
"示例"
label=
"示例"
align=
"center"
align=
"center"
width=
"20
0"
width=
"15
0"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
></el-table-column>
></el-table-column>
<el-table-column
width=
"100"
label=
"图标"
align=
"center"
>
<el-table-column
width=
"100"
label=
"图标"
align=
"center"
>
...
@@ -815,7 +802,7 @@ import {
...
@@ -815,7 +802,7 @@ import {
}
from
'@/api/index.js'
}
from
'@/api/index.js'
import
{
MessageBox
,
Message
}
from
'element-ui'
import
{
MessageBox
,
Message
}
from
'element-ui'
import
$
from
'jquery'
import
$
from
'jquery'
import
{
getDictTypeOptions
,
svgToBase64
}
from
'@/utils'
import
{
getDictTyp
uu
eOptions
,
svgToBase64
}
from
'@/utils'
import
{
archiEleColor
}
from
'@/config'
import
{
archiEleColor
}
from
'@/config'
export
default
{
export
default
{
name
:
'ArchiEleList'
,
name
:
'ArchiEleList'
,
...
...
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