礼品卡
This commit is contained in:
parent
8e6cb5413b
commit
a5e35cf91f
@ -160,9 +160,8 @@
|
|||||||
label="券类型"
|
label="券类型"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<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 == 1" >商品券</span>
|
||||||
<span v-if="scope.row.giftCardType == 2" >通用券</span>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@ -402,9 +401,8 @@
|
|||||||
label="券类型"
|
label="券类型"
|
||||||
width="100">
|
width="100">
|
||||||
<template slot-scope="scope">
|
<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 == 1" >商品券</span>
|
||||||
<span v-if="scope.row.type == 2" >通用券</span>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
Loading…
Reference in New Issue
Block a user