fix: จัดข้อมูล ของ branch
This commit is contained in:
parent
d9cdd428dd
commit
1aa2e21350
1 changed files with 11 additions and 1 deletions
|
|
@ -190,7 +190,17 @@ watch(currentPageBranch, async () => {
|
|||
<div class="row q-pa-lg q-col-gutter-xl" style="min-height: 350px">
|
||||
<div v-for="(br, i) in branch" :key="i" class="col-4">
|
||||
<BranchCardCustomer
|
||||
:data="br"
|
||||
:color="customerType"
|
||||
:badgeField="['status']"
|
||||
:data="{
|
||||
customerBranchFormTab: br.branchNo,
|
||||
branchName: br.name,
|
||||
address: br.address,
|
||||
telephone: br.telephoneNo,
|
||||
businessTypePure: br.bussinessType,
|
||||
status: 'ดำเนินการอยู่',
|
||||
totalEmployee: 0,
|
||||
}"
|
||||
@view-detail="emit('viewDetail', [br])"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue