src/components/view/unqualifiedManagement.vue
@@ -107,7 +107,7 @@ > </template> </el-table-column> <el-table-column prop="deal_reasult" label="处理结果" width="100"> <el-table-column prop="deal_reasult" label="评审结果" width="100"> <template slot-scope="scope"> <span style="color:#E84738;" v-if="scope.row.deal_reasult == 0" >不通过</span @@ -243,6 +243,7 @@ .then(res => { this.unqualifiedTable = []; this.getDetailInfo(); this.$parent.removeAllTab() }); } }