fix: จัดข้อมูล ของ branch

This commit is contained in:
Net 2024-06-11 12:54:46 +07:00
parent d9cdd428dd
commit 1aa2e21350

View file

@ -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>