长者标签调整0/1转Y/N

This commit is contained in:
1378012178@qq.com 2025-11-17 16:08:01 +08:00
parent 5f844d9c0e
commit ffda788c68
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ const formData = reactive<Record<string, any>>({
pic: defaultBodyPic,
picFocus: defaultBodyPic,
sort: 99,
izEnabled: '0',
izEnabled: 'Y',
describ: '',
});
const { createMessage } = useMessage();

View File

@ -116,7 +116,7 @@ const formData = reactive<Record<string, any>>({
pic: defaultBodyPic,
picFocus: defaultBodyPic,
sort: 99,
izEnabled: '0',
izEnabled: 'Y',
describ: '',
});
const { createMessage } = useMessage();

View File

@ -73,7 +73,7 @@ const formRef = ref();
const queryParam = reactive<any>({
type: '',
tagName: '',
izEnabled: '0',
izEnabled: 'Y',
});
const registerModal = ref();