src/views/inspectionManagement/commissionInspection/index.vue
@@ -73,7 +73,7 @@ <el-table-column prop="contacts" label="委托编制人" min-width="8%" /> <el-table-column prop="inspection_status" label="状态" min-width="8%"> <template slot-scope="scope"> <div v-if="scope.row.inspection_status === 0"> <div v-if="scope.row.inspection_status === 2"> <span style="color: green;">已报检</span> </div> <div v-else> @@ -209,11 +209,11 @@ value: null }, { label: '已检验', value: 0 label: '已报检', value: 2 }, { label: '待检验', label: '未报检', value: 1 } ],