wenhongquan 3 年之前
父節點
當前提交
883249c9f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/maintain/list/index.vue

+ 1 - 1
src/views/maintain/list/index.vue

@@ -93,7 +93,7 @@
             <template #default="scope">
               {{
                 maintain_type.filter(
-                  (i) => i.value === scope.row.status + ""
+                  (i) => (i.value+"") === (scope.row.maintainType + "")
                 )[0]?.label ?? "-"
               }}
             </template>