mirror of
https://gitee.com/guchengwuyue/yshop-drink.git
synced 2026-06-05 18:25:43 +08:00
fixed优惠券领取记录类型显示问题
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
<el-table-column label="可用类型" align="center" prop="type">
|
<el-table-column label="可用类型" align="center" prop="type">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span v-if="scope.row.type == 1">自取</span>
|
<span v-if="scope.row.type == 1">自取</span>
|
||||||
<span v-if="scope.row.type == 0">外卖</span>
|
<span v-else-if="scope.row.type == 2">外卖</span>
|
||||||
<span v-else>通用</span>
|
<span v-else>通用</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user