修改受众状态

This commit is contained in:
weinan2087
2023-02-10 16:25:17 +08:00
parent 1c5355bd94
commit 9ad7b39612

View File

@@ -33,9 +33,9 @@
<el-table-column prop="totalMember" label="人数" width="50px" align="center"></el-table-column>
<el-table-column prop="status" label="状态" width="80px" align="center">
<template slot-scope="scope">
<span v-if="scope.row.status == 2">已发布</span>
<span v-if="scope.row.status == 0">未发布</span>
<span v-if="scope.row.status == 1" style="color: #da0000;">停用</span>
<span v-if="scope.row.status == 1" style="color: #da0000;">发布</span>
<span v-if="scope.row.status == 2">已停用</span>
</template>
</el-table-column>
<el-table-column prop="type" label="类型" width="80px" align="center">