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