src/views/equipmentManagement/repair/index.vue
@@ -106,8 +106,9 @@ @pagination="changePage" > <template #statusRef="{ row }"> <el-tag v-if="row.status === 2" type="danger">失败</el-tag> <el-tag v-if="row.status === 1" type="success">完结</el-tag> <el-tag v-if="row.status === 0" type="danger">待维修</el-tag> <el-tag v-if="row.status === 0" type="warning">待维修</el-tag> </template> <template #operation="{ row }"> <el-button