添加订阅情况

This commit is contained in:
huangdeliang
2021-05-18 16:06:29 +08:00
parent c1197025b3
commit 1cadc3e777
2 changed files with 8 additions and 1 deletions

View File

@ -75,6 +75,13 @@
{{ `${scope.row.startDate}${scope.row.endDate}` }}
</template>
</el-table-column>
<el-table-column label="订阅情况" align="center">
<template slot-scope="scope">
<el-tag :type="scope.row.subscribed ? 'success' : 'danger'">
{{ scope.row.subscribed ? "已订阅" : "未订阅" }}
</el-tag>
</template>
</el-table-column>
<el-table-column label="发送" align="center" width="80">
<template slot-scope="scope">
<el-switch