This commit is contained in:
@QQNZX 2024-03-06 09:51:58 +08:00
parent 6c344fecad
commit c740533888

View File

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