fix: แก้เรียงข้อมูล
This commit is contained in:
parent
dff6eb190b
commit
dfe61694a4
1 changed files with 5 additions and 1 deletions
|
|
@ -182,7 +182,11 @@ watch(currentPageBranch, async () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row q-pa-lg q-col-gutter-xl" style="min-height: 350px">
|
<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">
|
<div
|
||||||
|
v-for="(br, i) in branch?.sort((a, b) => a.branchNo - b.branchNo)"
|
||||||
|
:key="i"
|
||||||
|
class="col-4"
|
||||||
|
>
|
||||||
<BranchCardCustomer
|
<BranchCardCustomer
|
||||||
:color="customerType"
|
:color="customerType"
|
||||||
:badgeField="['status']"
|
:badgeField="['status']"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue