Commit 60e1db46 by xiehao

fix:修复了显示问题

1 parent 22de08a7
Showing with 6 additions and 19 deletions
......@@ -118,7 +118,7 @@
<el-table-column
type="index"
label="序号"
width="80"
width="50"
align="center"
:index="indexMethod"
></el-table-column>
......@@ -126,8 +126,7 @@
prop="elementName"
label="元素名称"
align="center"
width="120"
show-overflow-tooltip
width="160"
></el-table-column>
<el-table-column
prop="archiLevelName"
......@@ -139,37 +138,25 @@
label="架构归属"
align="center"
></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
prop="definition"
label="定义"
align="center"
width="200"
width="150"
:show-overflow-tooltip="true"
></el-table-column>
<el-table-column
prop="referenceRelationship"
label="引用关系"
align="center"
width="200"
width="150"
:show-overflow-tooltip="true"
></el-table-column>
<el-table-column
prop="example"
label="示例"
align="center"
width="200"
width="150"
:show-overflow-tooltip="true"
></el-table-column>
<el-table-column width="100" label="图标" align="center">
......@@ -815,7 +802,7 @@ import {
} from '@/api/index.js'
import { MessageBox, Message } from 'element-ui'
import $ from 'jquery'
import { getDictTypeOptions, svgToBase64 } from '@/utils'
import { getDictTypuueOptions, svgToBase64 } from '@/utils'
import { archiEleColor } from '@/config'
export default {
name: 'ArchiEleList',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!