礼品卡

This commit is contained in:
齐天大圣 2024-03-11 10:45:46 +08:00
parent 8e6cb5413b
commit a5e35cf91f

View File

@ -160,9 +160,8 @@
label="券类型"
>
<template slot-scope="scope">
<span v-if="scope.row.giftCardType == 0" >油品</span>
<span v-if="scope.row.giftCardType == 0" >洗车</span>
<span v-if="scope.row.giftCardType == 1" >商品券</span>
<span v-if="scope.row.giftCardType == 2" >通用券</span>
</template>
</el-table-column>
<el-table-column
@ -402,9 +401,8 @@
label="券类型"
width="100">
<template slot-scope="scope">
<span v-if="scope.row.type == 0" >油品</span>
<span v-if="scope.row.type == 0" >洗车</span>
<span v-if="scope.row.type == 1" >商品券</span>
<span v-if="scope.row.type == 2" >通用券</span>
</template>
</el-table-column>
<el-table-column