From a36c39e79960664f8f14b92383861642405f7215 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 24 八月 2025 14:26:41 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/page/index/top/top-todo.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/page/index/top/top-todo.vue b/src/page/index/top/top-todo.vue
index eda1b59..7d4a19c 100644
--- a/src/page/index/top/top-todo.vue
+++ b/src/page/index/top/top-todo.vue
@@ -1,7 +1,15 @@
<template>
<span @click="handleOpen()">
<el-badge :value="logsLen" :max="99">
- <i class="iconfont iconicon_notice"></i>
+ <el-tooltip
+ class="box-item"
+ effect="dark"
+ :content="`鎮ㄦ湁${logsLen}鏉′换鍔¢渶瑕佸鐞哷"
+ placement="top-start"
+ >
+ <i class="iconfont iconicon_notice"></i>
+ </el-tooltip>
+
</el-badge>
<el-dialog title="寰呭姙" v-model="box" width="60%" append-to-body>
<el-button type="primary" @click="handle">澶勭悊</el-button>
--
Gitblit v1.9.3