Commit a574f41b by 史敦盼

Merge branch 'sdp-v1'

2 parents 15f82378 b00ae3fd
Showing with 26 additions and 1 deletions
...@@ -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: {
// 适用范围 // 适用范围
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!