|
@@ -56,10 +56,13 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
:resizable = "false"
|
|
:resizable = "false"
|
|
- label="标签名称是否存在于标准术语中">
|
|
|
|
|
|
+ label="是否存在于标准术语中">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span v-if="scope.row.itemType == 0">
|
|
|
|
- {{scope.row.exist ? "已存在" : "未存在"}}
|
|
|
|
|
|
+ <span v-if="scope.row.itemType == 0 && scope.row.type != 5">
|
|
|
|
+ {{scope.row.exist ? "系统名称已存在" : "系统名称未存在"}}
|
|
|
|
+ </span>
|
|
|
|
+ <span v-if="scope.row.type == 5">
|
|
|
|
+ {{scope.row.exist ? "界面名称已存在" : "界面名称未存在"}}
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|