feat: 解决冲突

This commit is contained in:
wwz
2025-04-08 11:19:36 +08:00
parent d34a8c71e9
commit 5809e0ec0b

View File

@@ -24,11 +24,6 @@
{{ scope.row.isRead == 1 ? "已读" : "未读" }}
</el-tag>
</template>
<template #isRead="scope">
<el-tag :type="scope.row.isRead == 1 ? 'success' : 'info'">
{{ scope.row.isRead == 1 ? "已读" : "未读" }}
</el-tag>
</template>
</page-content>
<!-- 新增 -->