fix: typo

This commit is contained in:
Methapon2001 2024-08-27 21:09:25 +07:00
parent 4fcd202832
commit 21907fce65
2 changed files with 2 additions and 2 deletions

View file

@ -296,7 +296,7 @@ export default {
businessTypeEN: 'ประเภทธุรกิจ (ภาษาอังกฤษ)',
jobPosition: 'ตำแหน่งงาน',
jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)',
jobDescription: 'รายละเอียดงาน (ภาษาอังกฤษ)',
jobDescription: 'รายละเอียดงาน',
payDay: 'วันจ่ายเงินเดือน',
payRate: 'อัตราค่าจ้าง',
salesPerson: 'เจ้าหน้าที่ขาย',

View file

@ -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"