refactor: edit i18n
This commit is contained in:
parent
955e6826a4
commit
8ed96d9213
3 changed files with 5 additions and 1 deletions
|
|
@ -856,6 +856,7 @@ export default {
|
||||||
documentInSystem: 'Documents in the System',
|
documentInSystem: 'Documents in the System',
|
||||||
noDocumentYet: 'Document Not Found',
|
noDocumentYet: 'Document Not Found',
|
||||||
companyEmployee: 'Company Employee',
|
companyEmployee: 'Company Employee',
|
||||||
|
employeeMessenger: 'Courier',
|
||||||
localEmployee: 'Local Employee',
|
localEmployee: 'Local Employee',
|
||||||
nonLocalEmployee: 'Non Local Employee',
|
nonLocalEmployee: 'Non Local Employee',
|
||||||
status: {
|
status: {
|
||||||
|
|
|
||||||
|
|
@ -848,6 +848,7 @@ export default {
|
||||||
documentInSystem: 'เอกสารในระบบ',
|
documentInSystem: 'เอกสารในระบบ',
|
||||||
noDocumentYet: 'ยังไม่พบเอกสาร',
|
noDocumentYet: 'ยังไม่พบเอกสาร',
|
||||||
companyEmployee: 'พนักงานบริษัท',
|
companyEmployee: 'พนักงานบริษัท',
|
||||||
|
employeeMessenger: 'พนักงานส่งเอกสาร',
|
||||||
localEmployee: 'พนักงานในพื้นที่',
|
localEmployee: 'พนักงานในพื้นที่',
|
||||||
nonLocalEmployee: 'พนักงานนอกพื้นที่',
|
nonLocalEmployee: 'พนักงานนอกพื้นที่',
|
||||||
status: {
|
status: {
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,9 @@ function assignToForm() {
|
||||||
</section>
|
</section>
|
||||||
<section class="col-12">
|
<section class="col-12">
|
||||||
<FormGroupHead>
|
<FormGroupHead>
|
||||||
{{ $t('general.select', { msg: $t('requestList.companyEmployee') }) }}
|
{{
|
||||||
|
$t('general.select', { msg: $t('requestList.employeeMessenger') })
|
||||||
|
}}
|
||||||
</FormGroupHead>
|
</FormGroupHead>
|
||||||
<FormEmployee
|
<FormEmployee
|
||||||
:readonly="!state.isEdit"
|
:readonly="!state.isEdit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue