refactor: handle branch virtual
This commit is contained in:
parent
d6c0d8da92
commit
98294171eb
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ function titleMode(mode: View): string {
|
|||
<article class="detail-card">
|
||||
<section class="detail-customer-info">
|
||||
<article>
|
||||
<b>บริษัท {{ branch.name }}</b>
|
||||
<b>
|
||||
{{ !!branch.virtual ? '' : $t('general.company') }} {{ branch.name }}
|
||||
</b>
|
||||
|
||||
<span v-if="branch.province && branch.district && branch.subDistrict">
|
||||
{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue