hsy
4 小时以前 2d3530a7c11557a40807ad7c0b9e302ce6ce3a9f
src/views/equipmentManagement/repair/index.vue
@@ -96,6 +96,9 @@
          <el-tag v-if="row.status === 0"
                  type="warning">待维修</el-tag>
        </template>
        <template #repairTypeRef="{ row }">
          <dict-tag :options="device_repair_type" :value="row.repairType" />
        </template>
        <template #operation="{ row }">
          <el-button type="primary"
                     link
@@ -171,6 +174,7 @@
  });
  const { proxy } = getCurrentInstance();
  const { device_repair_type } = proxy.useDict("device_repair_type");
  // 模态框实例
  const repairModalRef = ref();
@@ -222,6 +226,13 @@
        prop: "repairName",
      },
      {
        label: "报修类型",
        align: "center",
        prop: "repairType",
        dataType: "slot",
        slot: "repairTypeRef",
      },
      {
        label: "状态",
        align: "center",
        prop: "status",