礼品卡

This commit is contained in:
齐天大圣 2024-03-06 16:12:20 +08:00
parent 5f623957c4
commit 632ec70cca

View File

@ -109,8 +109,8 @@
</el-table-column>--> </el-table-column>-->
<el-table-column label="优惠券状态" align="center" prop="status" > <el-table-column label="优惠券状态" align="center" prop="status" >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.isonline == 1"> <el-tag>上线</el-tag> </div> <div v-if="scope.row.isonline == 0"> <el-tag>上线</el-tag> </div>
<div v-if="scope.row.isonline == 0"> <el-tag type="danger">下线</el-tag> </div> <div v-if="scope.row.isonline == 1"> <el-tag type="danger">下线</el-tag> </div>
</template> </template>
</el-table-column> </el-table-column>