Browse Source

feat: 更换title背景图

sunxiao 1 month ago
parent
commit
236a505383
1 changed files with 10 additions and 1 deletions
  1. 10 1
      src/views/voice/dashboard/index.vue

+ 10 - 1
src/views/voice/dashboard/index.vue

@@ -201,7 +201,16 @@ onUnmounted(() => {
           </div>
           <div class="count-item">
             <p class="num"><NumberAnimation :to="screenData.totalCounts"></NumberAnimation></p>
-            <p>累计呼入总量</p>
+            <p style="display: flex; align-items: center;">
+              <span style="margin-right: 5px;">累计呼入总量</span>
+              <el-tooltip
+                effect="dark"
+                content="开始时间: 2025年01月03日"
+                placement="top"
+              >
+                <el-icon><Warning /></el-icon>
+              </el-tooltip>
+            </p>
           </div>
           <!-- <div class="count-item"><p class="num">{{ screenData.totalTimes }}<span class="text-[14px] text-[#fff] opacity-70">小时</span></p><p>累计呼入时长</p></div>
           <div class="count-item"><p class="num">{{ screenData.totalCounts }}</p><p>累计呼入总量</p></div> -->