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 <q-checkbox
class="q-ml-md" class="q-ml-md"
:label="$t('quotation.special')" :label="$t('quotation.specialCondition')"
size="xs" size="xs"
v-model="special" v-model="special"
style="font-size: 14px" style="font-size: 14px"

View file

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

View file

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