布局修改 部分bug修复

This commit is contained in:
X1627315083
2025-08-22 10:27:48 +08:00
parent 141821a843
commit 594bf5ce0a
275 changed files with 5675 additions and 13049 deletions

View File

@@ -27,6 +27,7 @@
style="width: 100%;"
optionFilterProp="label"
:options="countryList"
:field-names="{ label: locale == 'CHINESE_SIMPLIFIED'?'labelCn':'label' }"
placeholder="Please select"
allowClear
show-search
@@ -62,7 +63,7 @@ export default defineComponent({
},
setup() {
const store = useStore();
const {t} = useI18n();
const {t,locale} = useI18n();
let userDetail:any= computed(()=>{
return store.state.UserHabit.userDetail
})
@@ -143,6 +144,7 @@ export default defineComponent({
...toRefs(accountHomeData),
userDetail,
setSubmit,
locale,
}
},
data(){