--修改表单样式

This commit is contained in:
2026-02-27 09:46:04 +08:00
parent f7d9075c75
commit 6047e02a70
4 changed files with 16 additions and 0 deletions

View File

@ -63,6 +63,7 @@
const value = ref<string>('');
const userStore = useUserStore();
const userInfo = userStore.getUserInfo;
console.log(userInfo)
const userImage = userInfo.avatar || headerImg;
const businessId = ref<string>('');
const canAdd = ref<boolean>(false);