This commit is contained in:
gyq
2024-05-29 18:00:26 +08:00
parent 3b0e6513c7
commit c9dc11fa93
7 changed files with 19 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ const props = defineProps({
default: 0,
},
selecttype: {
type: Number,
type: [Number, String],
default: 0,
},
orderId: {