待办修改

This commit is contained in:
方亮 2026-01-08 17:42:14 +08:00
parent 7ca4a7819b
commit aea9d94690
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@
<el-tag
v-if="sendParams.type == 2"
size="mini"
:type="data.status === 1 ? 'success' : 'danger'"
:type="data.status === '1' ? 'success' : 'danger'"
>
{{ data.status === 1 ? '已读' : '未读' }}
{{ data.status === '1' ? '已读' : '未读' }}
</el-tag>
<el-tag v-else size="mini" type="primary"></el-tag>
<el-tag v-else size="mini" type="primary"></el-tag>
</template>
<template slot="handle">
<el-button