fix: typo
This commit is contained in:
parent
4fcd202832
commit
21907fce65
2 changed files with 2 additions and 2 deletions
|
|
@ -296,7 +296,7 @@ export default {
|
|||
businessTypeEN: 'ประเภทธุรกิจ (ภาษาอังกฤษ)',
|
||||
jobPosition: 'ตำแหน่งงาน',
|
||||
jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)',
|
||||
jobDescription: 'รายละเอียดงาน (ภาษาอังกฤษ)',
|
||||
jobDescription: 'รายละเอียดงาน',
|
||||
payDay: 'วันจ่ายเงินเดือน',
|
||||
payRate: 'อัตราค่าจ้าง',
|
||||
salesPerson: 'เจ้าหน้าที่ขาย',
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ let jobPositionFilter = selectFilterOptionRefMod(
|
|||
class="col-md-6 col-12"
|
||||
:dense="dense"
|
||||
:readonly="readonly"
|
||||
:label="$t('businessType')"
|
||||
:label="$t('customer.form.businessType')"
|
||||
:options="typeBusinessOptions"
|
||||
:for="`${prefixId}-select-business-type`"
|
||||
@filter="typeBusinessFilter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue