@@ -30,7 +30,7 @@
{{ row.readMsg }}({{ row.readRate + '%' }})
</template>
<template #unReadMsg="{ col, row }">
- {{ row.readMsg }}({{ row.unReadRate + '%' }})
+ {{ row.unReadMsg }}({{ row.unReadRate + '%' }})
</t-table>
</div>