refactor: edit label

This commit is contained in:
Thanaphon Frappet 2025-02-24 10:55:00 +07:00
parent 05a4a57658
commit 74e50fc67c
2 changed files with 2 additions and 2 deletions

View file

@ -761,7 +761,7 @@ export default {
branch: 'สาขาที่ออกใบเสนอราคา', branch: 'สาขาที่ออกใบเสนอราคา',
branchVirtual: 'จุดรับบริการที่ออกใบเสนอราคา', branchVirtual: 'จุดรับบริการที่ออกใบเสนอราคา',
customer: 'ลูกค้า', customer: 'ลูกค้า',
newCustomer: 'ลูกค้าใหม่', newCustomer: 'แรงงานใหม่',
employeeList: 'รายชื่อแรงงาน', employeeList: 'รายชื่อแรงงาน',
employee: 'แรงงาน', employee: 'แรงงาน',
employeeName: 'ชื่อ-นามสกุล แรงงาน', employeeName: 'ชื่อ-นามสกุล แรงงาน',

View file

@ -445,7 +445,7 @@ watch(() => state.search, getWorkerList);
class="text-weight-medium q-mr-md" class="text-weight-medium q-mr-md"
style="font-size: 18px" style="font-size: 18px"
> >
{{ $t('quotation.customer') }} {{ $t('quotation.employee') }}
</span> </span>
</div> </div>
</section> </section>