@@ -65,9 +65,7 @@
<el-table-column prop="mobile" label="手机号" width="250">
<template slot-scope="scope">
<span
- >{{ scope.row.mobile || "无" }}--------------{{
- scope.row.unread
- }}</span
+ >{{ scope.row.mobile || "无" }}</span
>
</template>
</el-table-column>