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: 'ประเภทธุรกิจ (ภาษาอังกฤษ)',
|
businessTypeEN: 'ประเภทธุรกิจ (ภาษาอังกฤษ)',
|
||||||
jobPosition: 'ตำแหน่งงาน',
|
jobPosition: 'ตำแหน่งงาน',
|
||||||
jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)',
|
jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)',
|
||||||
jobDescription: 'รายละเอียดงาน (ภาษาอังกฤษ)',
|
jobDescription: 'รายละเอียดงาน',
|
||||||
payDay: 'วันจ่ายเงินเดือน',
|
payDay: 'วันจ่ายเงินเดือน',
|
||||||
payRate: 'อัตราค่าจ้าง',
|
payRate: 'อัตราค่าจ้าง',
|
||||||
salesPerson: 'เจ้าหน้าที่ขาย',
|
salesPerson: 'เจ้าหน้าที่ขาย',
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ let jobPositionFilter = selectFilterOptionRefMod(
|
||||||
class="col-md-6 col-12"
|
class="col-md-6 col-12"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
:label="$t('businessType')"
|
:label="$t('customer.form.businessType')"
|
||||||
:options="typeBusinessOptions"
|
:options="typeBusinessOptions"
|
||||||
:for="`${prefixId}-select-business-type`"
|
:for="`${prefixId}-select-business-type`"
|
||||||
@filter="typeBusinessFilter"
|
@filter="typeBusinessFilter"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue