edit
This commit is contained in:
parent
4b5d6c169c
commit
fcf256ea16
|
@ -171,16 +171,16 @@
|
|||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="type == 0 || type==10"
|
||||
key="1"
|
||||
:prop="type == 0 ? 'merchant.ot_margin' : 'ot_margin'"
|
||||
label="保证金额度"
|
||||
key="20"
|
||||
prop="margin"
|
||||
label="保证金余额"
|
||||
min-width="80"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="type == 0 || type==10"
|
||||
key="20"
|
||||
prop="margin"
|
||||
label="保证金余额"
|
||||
key="1"
|
||||
:prop="type == 0 ? 'merchant.ot_margin' : 'ot_margin'"
|
||||
label="保证金额度"
|
||||
min-width="80"
|
||||
/>
|
||||
<el-table-column
|
||||
|
|
Loading…
Reference in New Issue