|
@@ -91,8 +91,8 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="status" label="推送状态">
|
|
<el-table-column prop="status" label="推送状态">
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
- <span v-if="row.status">推送成功</span>
|
|
|
|
- <span v-else>推送失败</span>
|
|
|
|
|
|
+ <span v-if="row.status=='0'">未推送</span>
|
|
|
|
+ <span v-if="row.status=='1'">已推送</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" width="200">
|
|
<el-table-column label="操作" width="200">
|