src/views/equipmentManagement/upkeep/index.vue
@@ -95,8 +95,9 @@ </el-tag> --> </template> <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