礼品卡

This commit is contained in:
齐天大圣 2024-03-15 16:46:28 +08:00
parent b776c2f2ba
commit 7e4bc0d13e
4 changed files with 5 additions and 5 deletions

View File

@ -450,7 +450,7 @@
label="券详情" label="券详情"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.satisfiedAmount}} {{scope.row.discountAmount}} </span> <span>{{scope.row.cardDetail}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column

View File

@ -511,7 +511,7 @@
label="券详情" label="券详情"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.satisfiedAmount}} {{scope.row.discountAmount}} </span> <span>{{scope.row.cardDetail}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column

View File

@ -359,7 +359,7 @@
label="券详情" label="券详情"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.satisfiedAmount}} {{scope.row.discountAmount}} </span> <span>{{scope.row.cardDetail}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column

View File

@ -458,7 +458,7 @@
label="券详情" label="券详情"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.satisfiedAmount}} {{scope.row.discountAmount}} </span> <span>{{scope.row.cardDetail}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -521,7 +521,7 @@
label="券详情" label="券详情"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.satisfiedAmount}} {{scope.row.discountAmount}} </span> <span>{{scope.row.cardDetail}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column