礼品卡
This commit is contained in:
parent
5f623957c4
commit
632ec70cca
@ -109,8 +109,8 @@
|
||||
</el-table-column>-->
|
||||
<el-table-column label="优惠券状态" align="center" prop="status" >
|
||||
<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 type="danger">下线</el-tag> </div>
|
||||
<div v-if="scope.row.isonline == 0"> <el-tag>上线</el-tag> </div>
|
||||
<div v-if="scope.row.isonline == 1"> <el-tag type="danger">下线</el-tag> </div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user