前端
This commit is contained in:
parent
6c344fecad
commit
c740533888
@ -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.status == 0"> <el-tag>启用</el-tag> </div>
|
<div v-if="scope.row.isonline == 1"> <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 == 0"> <el-tag type="danger">下线</el-tag> </div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user