fix(05): special condition

This commit is contained in:
puriphatt 2024-10-09 13:32:56 +07:00
parent 566b9e4d35
commit 3faa705000
3 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ watch(
/>
<q-checkbox
class="q-ml-md"
:label="$t('quotation.special')"
:label="$t('quotation.specialCondition')"
size="xs"
v-model="special"
style="font-size: 14px"

View file

@ -622,7 +622,7 @@ export default {
contactName: 'Contact Name',
documentReceivePoint: 'Document Drop-Off Point"',
dueDate: 'Quotation Due Date',
special: 'Special',
specialCondition: 'Special Conditions',
paymentCondition: 'Payment Terms',
payType: 'Payment Methods',

View file

@ -620,7 +620,7 @@ export default {
contactName: 'ชื่อผู้ติดต่อ',
documentReceivePoint: 'จุดรับเอกสาร',
dueDate: 'วันครบกำหนดใบเสนอราคา',
special: 'พิเศษ',
specialCondition: 'เงื่อนไขพิเศษ',
paymentCondition: 'เงื่อนไขการชำระเงิน',
payType: 'วิธีการชำระเงิน',