wenhongquan 3 năm trước cách đây
mục cha
commit
883249c9f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>