@@ -43,7 +43,7 @@ const props = defineProps({
default: () => (''),
},
tableTypeValue: {
- type: String, Number,
+ type:[ String, Number],
})