1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-14 01:34:47 +08:00

style: 网站-密码访问 名称 改为 用户名 (#812)

This commit is contained in:
zhengkunwang223 2023-04-27 14:02:15 +08:00 committed by GitHub
parent 680f48dcba
commit f65ca6678f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
/>
</el-form-item>
<el-form ref="proxyForm" label-position="top" :model="authBasic" :rules="rules">
<el-form-item :label="$t('commons.table.name')" prop="username">
<el-form-item :label="$t('commons.login.username')" prop="username">
<el-input v-model.trim="authBasic.username" :disabled="authBasic.operate === 'edit'"></el-input>
</el-form-item>
<el-form-item :label="$t('commons.login.password')" prop="password">

View File

@ -8,7 +8,7 @@
{{ $t('commons.button.create') + $t('website.basicAuth') }}
</el-button>
</template>
<el-table-column :label="$t('commons.table.name')" prop="username"></el-table-column>
<el-table-column :label="$t('commons.login.username')" prop="username"></el-table-column>
<el-table-column :label="$t('website.remark')" prop="remark"></el-table-column>
<fu-table-operations
:ellipsis="10"