周宾
7 天以前 f7cd57455346e4fd7085eae8bcf7b01a75c94d25
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