refactor: use bank
This commit is contained in:
parent
cad3884957
commit
f80e132df5
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import { onMounted, nextTick, ref, watch } from 'vue';
|
||||
// NOTE: Import stores
|
||||
// NOTE Import Types
|
||||
import { BankBook } from 'stores/branch/types';
|
||||
// NOTE: Import Components
|
||||
import ViewHeader from './ViewHeader.vue';
|
||||
|
||||
|
|
@ -264,6 +265,11 @@ watch(elements, () => {
|
|||
>
|
||||
ช่องทางซำระเงิน
|
||||
</span>
|
||||
<BankComponents
|
||||
v-for="bank in bankList"
|
||||
:bank-book="bank"
|
||||
:key="bank.id"
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue