This commit is contained in:
faiz 2024-04-26 16:36:53 +08:00
parent 4b5d6c169c
commit fcf256ea16
1 changed files with 6 additions and 6 deletions

View File

@ -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