wenhongquan %!s(int64=3) %!d(string=hai) anos
pai
achega
883249c9f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>