|
@@ -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> -->
|