feat 全局系统名称bug

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ironsp
2026-05-29 11:47:50 +08:00
parent f149fca426
commit d1ed96b8fc
4 changed files with 41 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
</div>
<!-- 已读/未读 -->
<!-- <span v-if="v.read" class="el-tag el-tag--success el-tag--mini read">已读</span> -->
<button v-if="!v.read" class="el-tag el-tag--danger el-tag--mini read" @click="handleSee(v)">查看画面</button>
<button class="el-tag el-tag--danger el-tag--mini read" @click="handleSee(v)">查看画面</button>
</div>
</template>
<el-empty v-else :description="'消息为空'"></el-empty>