Commit 5dc845f2 by Kyle_Li

退订修改7.8

parent f060b5e4
......@@ -381,7 +381,7 @@
<el-table-column prop="mobile" label="手机号码"></el-table-column>
<el-table-column prop="unsubscribe" label="退订状态">
<template slot-scope="scope">
{{ scope.row.unsubscribe === 1 ? '是' : '否'}}
{{ scope.row.unsubscribe === '1' ? '是' : '否'}}
</template>
</el-table-column>
</el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment