feat: There is no way the, BUG #51951

This commit is contained in:
super_liu
2022-03-25 10:56:33 +08:00
parent 9f1e1f5ef9
commit 493abe361a
@@ -355,6 +355,13 @@
label="代替企标编号"
min-width="300"
>
<template slot-scope="scope">
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C" >{{scope.row.dtqbbhbuss}}</span>
<span v-if="scope.row.standStatusShow === '参考' " style="color: #E6A23C" class="table-jump">{{scope.row.dtqbbhbuss}}</span>
<span v-if="scope.row.standStatusShow !== '作废' && scope.row.standStatusShow !== '参考'" style="color: #333333" class="table-jump">{{
scope.row.dtqbbhbuss
}}</span>
</template>
</el-table-column>
<el-table-column
prop="issueTime"