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 aee07831
authored
Dec 13, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231213wangwansu
1 parent
6fa07c3b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
src/views/archiEleRela/index.vue
src/views/metaModelDic/pages/page2.vue
src/views/archiEleRela/index.vue
View file @
aee0783
This diff is collapsed.
Click to expand it.
src/views/metaModelDic/pages/page2.vue
View file @
aee0783
...
...
@@ -39,23 +39,22 @@
</div>
<el-table
:data=
"tableData"
stripe
border
height=
"450"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rsName"
label=
"元素关系名称"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"object1"
label=
"对象1"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"object2"
label=
"对象2"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"scope"
label=
"适用范围"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
prop=
"content"
label=
"关系描述"
width=
"180"
align=
"center"
></el-table-column>
<el-table-column
label=
"图标"
align=
"center"
>
<template>
<el-button
type=
"text"
style=
"color: #0D867F;"
>
预览
</el-button>
<el-table-column
prop=
"rsName"
label=
"元素关系名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"content"
label=
"关系描述"
align=
"center"
></el-table-column>
<el-table-column
label=
"图标"
align=
"center"
width=
"100"
>
<template
slot-scope=
"scope"
>
<div
class=
"tableIcon"
>
<img
class=
"iconItem"
:src=
"scope.row.icon"
alt=
""
>
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"version"
label=
"版本"
width=
"
18
0"
align=
"center"
></el-table-column>
<el-table-column
prop=
"state"
label=
"状态"
align=
"center"
>
<el-table-column
prop=
"version"
label=
"版本"
width=
"
25
0"
align=
"center"
></el-table-column>
<el-table-column
prop=
"state"
label=
"状态"
width=
"100"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span
>
{{
dicObj
.
state
[
scope
.
row
.
state
]
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
36
0"
align=
"center"
>
<el-table-column
label=
"操作"
width=
"
40
0"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<div
style=
"display: flex;align-items: center;justify-content: center;"
>
<el-button
icon=
"el-icon-edit"
size=
"mini"
@
click=
"operate('edit',scope.row)"
:disabled=
"scope.row.state == 1"
>
编辑
</el-button>
...
...
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