This commit is contained in:
Esacpe 2025-05-23 09:42:13 +08:00
parent b31bdfec29
commit 64bbcd2a06

View File

@ -26,7 +26,8 @@ const { D_BZ_XB } = proxy.$dict("D_BZ_XB");
const props = defineProps({ const props = defineProps({
// //
sex: { sex: {
type: String type: String,
default: ""
}, },
disabled:{ disabled:{
type:Boolean, type:Boolean,