Commit b00ae3fd by 史敦盼

列表字典修改

1 parent 28e885bf
Showing with 26 additions and 1 deletions
......@@ -110,6 +110,8 @@
prop="elementName"
label="元素名称"
align="center"
width="120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop="archiLevelName"
......@@ -133,6 +135,27 @@
width="200"
:show-overflow-tooltip="true"
></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">
<template slot-scope="scope">
<img
......@@ -885,16 +908,18 @@ export default {
]).then((res2) => {
this.dialog_select1 = res2[0]
this.search_select1 = res2[1]
this.get_table()
})
this.getStateList()
this.getScopeApplicationOptions()
},
mounted() {
window.addEventListener('resize', () => {
this.set_table_height()
})
this.set_table_height()
this.get_table()
},
methods: {
// 适用范围
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!