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';
|
import { onMounted, nextTick, ref, watch } from 'vue';
|
||||||
// NOTE: Import stores
|
// NOTE: Import stores
|
||||||
// NOTE Import Types
|
// NOTE Import Types
|
||||||
|
import { BankBook } from 'stores/branch/types';
|
||||||
// NOTE: Import Components
|
// NOTE: Import Components
|
||||||
import ViewHeader from './ViewHeader.vue';
|
import ViewHeader from './ViewHeader.vue';
|
||||||
|
|
||||||
|
|
@ -264,6 +265,11 @@ watch(elements, () => {
|
||||||
>
|
>
|
||||||
ช่องทางซำระเงิน
|
ช่องทางซำระเงิน
|
||||||
</span>
|
</span>
|
||||||
|
<BankComponents
|
||||||
|
v-for="bank in bankList"
|
||||||
|
:bank-book="bank"
|
||||||
|
:key="bank.id"
|
||||||
|
/>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue