Explorar o código

在线验收修改

duy hai 1 ano
pai
achega
927f435452
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/transfer/report-detail.vue

+ 2 - 2
src/views/transfer/report-detail.vue

@@ -76,8 +76,8 @@ const props = defineProps({
         }),
     },
     state:{
-        type:Boolean,
-        default:false,
+        type:[String, Number],
+        default:1,
     },
   
 })