feature: 企业标准列表添加体系类别字段

This commit is contained in:
zyn
2024-01-05 17:30:54 +08:00
parent a068eca37f
commit fc82ba693f
@@ -425,6 +425,24 @@
</span>
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="txlbBuss"
label="体系类别"
min-width="300"
>
<template slot-scope="scope">
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C">
{{ scope.row.txlbBuss }}
</span>
<span v-if="scope.row.standStatusShow === '参考'" style="color: #35720B">
{{ scope.row.txlbBuss }}
</span>
<span v-if="scope.row.standStatusShow !== '作废' && scope.row.standStatusShow !== '参考'">
{{ scope.row.txlbBuss }}
</span>
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="dtqbbhbuss"
@@ -1144,6 +1162,7 @@
prop="standCode"
label="企标编号"
align="center"
width="120"
/>
<el-table-column
prop="standName"
@@ -1175,6 +1194,13 @@
width="200"
align="center"
/>
<el-table-column
show-overflow-tooltip
prop="txlbBuss"
label="体系类别"
align="center"
min-width="300"
/>
</el-table>
</div>
<pagination