更新 'installer/client/src/pages/DatabaseConfigScreen.vue'
This commit is contained in:
parent
e73e124f5c
commit
ac411f2982
@ -33,7 +33,7 @@
|
||||
</oxd-text>
|
||||
<br />
|
||||
<oxd-text tag="p" class="orangehrm-installer-page-content">
|
||||
Select Database to Use
|
||||
数据库安装模式
|
||||
</oxd-text>
|
||||
<oxd-form-row class="orangehrm-database-info-row">
|
||||
<oxd-radio-input
|
||||
@ -69,7 +69,7 @@
|
||||
<oxd-grid-item class="--offset-row-2">
|
||||
<oxd-input-field
|
||||
v-model="database.dbName"
|
||||
label="Database Name"
|
||||
label="数据库名称"
|
||||
:rules="rules.dbName"
|
||||
required
|
||||
/>
|
||||
@ -117,7 +117,7 @@
|
||||
v-tooltip="
|
||||
'OrangeHRM database user should have the rights to insert data into table, update data in a table, delete data in a table.'
|
||||
"
|
||||
label="OrangeHRM Database Username"
|
||||
label="用户名"
|
||||
:rules="rules.ohrmDbUser"
|
||||
:disabled="disableOHRMDBfield"
|
||||
:required="!disableOHRMDBfield"
|
||||
@ -127,7 +127,7 @@
|
||||
<oxd-input-field
|
||||
v-model="database.ohrmDbPassword"
|
||||
:disabled="disableOHRMDBfield"
|
||||
label="OrangeHRM Database User Password"
|
||||
label="密码"
|
||||
type="password"
|
||||
/>
|
||||
</oxd-grid-item>
|
||||
|
Loading…
Reference in New Issue
Block a user