Commit c8eb8151 by caoyanzhi

Merge branch 'feature/8月-奥莱抵金券' into test

parents 07581dba e9b2f99b
......@@ -141,7 +141,7 @@
min-width="80px"
>
<template slot-scope="{row}">
{{row.cardType == 0 ? `${row.cardDenomination}元` : row.cardType == 1 ? `${row.cardDenomination}折` : '--'}}
{{row.cardType == 0 || row.cardType == 3 ? `${row.cardDenomination}元` : row.cardType == 1 ? `${row.cardDenomination}折` : '--'}}
</template>
</el-table-column>
<el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment