mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-22 22:04:17 +00:00
32 lines
1.2 KiB
Vue
32 lines
1.2 KiB
Vue
<template>
|
|
<div>
|
|
<span align="center"><h4>Bank Setting</h4></span><br>
|
|
<el-form :inline="true">
|
|
<el-form-item>
|
|
Active CIEF bank account for today :
|
|
X1 : <el-select size="mini">
|
|
<el-option>Maybank</el-option>
|
|
<el-option>Affinbank</el-option>
|
|
<el-option>Bank Islam</el-option>
|
|
</el-select>
|
|
X2 : <el-select size="mini">
|
|
<el-option>Maybank</el-option>
|
|
<el-option>Affinbank</el-option>
|
|
<el-option>Bank Islam</el-option>
|
|
</el-select>
|
|
<el-button type="primary" size="mini">Update</el-button>
|
|
</el-form-item>
|
|
</el-form>
|
|
<el-form :inline="true">
|
|
<el-form-item>
|
|
Active CIEF China Beneficiary Account for Today :
|
|
<el-select size="mini">
|
|
<el-option>Bank of China</el-option>
|
|
<el-option>China Bank</el-option>
|
|
<el-option>Bank</el-option>
|
|
</el-select>
|
|
<el-button type="primary" size="mini">Update</el-button>
|
|
</el-form-item>
|
|
</el-form>
|
|
</div>
|
|
</template> |