diff --git a/src/views/account/components/base-info.vue b/src/views/account/components/base-info.vue
index 541a7eab..5eaea2b1 100644
--- a/src/views/account/components/base-info.vue
+++ b/src/views/account/components/base-info.vue
@@ -166,12 +166,12 @@ onMounted(() => {
},
]"
>
-
+ >
{
tree-node-filter-prop="label"
style="width: 100%"
:dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
+ :placeholder="t('common.selectPlease')"
>
@@ -1278,6 +1279,7 @@ onMounted(() => {
v-model:value="modalState.from.userName"
allow-clear
:maxlength="30"
+ :placeholder="t('common.inputPlease')"
>
@@ -1294,6 +1296,7 @@ onMounted(() => {
@@ -1314,6 +1317,7 @@ onMounted(() => {
v-model:value="modalState.from.nickName"
allow-clear
:maxlength="30"
+ :placeholder="t('common.inputPlease')"
>
@@ -1331,6 +1335,7 @@ onMounted(() => {
option-label-prop="postName"
:options="modalState.options.posts"
:field-names="{ label: 'postName', value: 'postId' }"
+ :placeholder="t('common.selectPlease')"
>
@@ -1344,11 +1349,12 @@ onMounted(() => {
name="phonenumber"
v-bind="modalStateFrom.validateInfos.phonenumber"
>
-
+ :placeholder="t('common.inputPlease')"
+ >
@@ -1361,6 +1367,7 @@ onMounted(() => {
v-model:value="modalState.from.email"
allow-clear
:maxlength="40"
+ :placeholder="t('common.inputPlease')"
>
@@ -1373,6 +1380,7 @@ onMounted(() => {
v-model:value="modalState.from.sex"
default-value="1"
:options="dict.sysUserSex"
+ :placeholder="t('common.selectPlease')"
>
@@ -1383,6 +1391,7 @@ onMounted(() => {
v-model:value="modalState.from.status"
default-value="0"
:options="dict.sysNormalDisable"
+ :placeholder="t('common.selectPlease')"
>
@@ -1404,6 +1413,7 @@ onMounted(() => {
option-label-prop="roleName"
:options="modalState.options.roles"
:field-names="{ label: 'roleName', value: 'roleId' }"
+ :placeholder="t('common.selectPlease')"
>
@@ -1427,6 +1437,7 @@ onMounted(() => {
tree-node-filter-prop="label"
style="width: 100%"
:dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
+ :placeholder="t('common.selectPlease')"
>
@@ -1441,6 +1452,7 @@ onMounted(() => {
:auto-size="{ minRows: 4, maxRows: 6 }"
:maxlength="450"
:show-count="true"
+ :placeholder="t('common.inputPlease')"
/>