fix: document view customer name new line
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-07-14 13:35:57 +07:00
parent 915ce6f70b
commit ad715b20a2
3 changed files with 9 additions and 3 deletions

View file

@ -85,8 +85,10 @@ function titleMode(mode: View): string {
</article>
<article>
<b>{{ $t('quotation.customer') }}</b>
<span>
<div>
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
</div>
<span>
{{
formatAddress({
address: customer.address,

View file

@ -86,7 +86,9 @@ function titleMode(mode: View): string {
<article>
<b>กค</b>
<span>
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
<div>
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
</div>
{{
formatAddress({
address: customer.address,

View file

@ -86,7 +86,9 @@ function titleMode(mode: View): string {
<article>
<b>กค</b>
<span>
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
<div>
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
</div>
{{
formatAddress({
address: customer.address,