fix(05): special condition
This commit is contained in:
parent
566b9e4d35
commit
3faa705000
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -620,7 +620,7 @@ export default {
|
|||
contactName: 'ชื่อผู้ติดต่อ',
|
||||
documentReceivePoint: 'จุดรับเอกสาร',
|
||||
dueDate: 'วันครบกำหนดใบเสนอราคา',
|
||||
special: 'พิเศษ',
|
||||
specialCondition: 'เงื่อนไขพิเศษ',
|
||||
|
||||
paymentCondition: 'เงื่อนไขการชำระเงิน',
|
||||
payType: 'วิธีการชำระเงิน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue