feat:数据采集说明

This commit is contained in:
zhongzm
2025-08-01 17:33:06 +08:00
parent ef3368ded9
commit a0ae414ec6

View File

@@ -1,36 +1,25 @@
<template> <template>
<div class="dashboard-cards"> <div class="dashboard-cards">
<div style="font-size:32px; font-weight: bold; margin-bottom: 20px; text-align: center; position: relative;"> <div style="font-size:32px; font-weight: bold; margin-bottom: 20px; text-align: center; position: relative;">
Dashboard Voice Calls Dashboard
<span class="control-tower-badge">IMS Control Tower</span> <!-- <span class="control-tower-badge">IMS Control Tower</span>-->
</div> </div>
<div style="margin-bottom: 24px; text-align: right;"> <div style="margin-bottom: 24px; display: flex; align-items: center; justify-content: flex-end;">
<label style="margin-right: 8px; font-weight: 600;">NE</label> <span style="font-size: 12px; color: #999; font-style: italic;">*Data and voice statistics per minute</span>
<a-select <div style="display: flex; align-items: center; margin-left: 32px;">
v-model:value="selectedImsNeId" <label style="margin-right: 8px; font-weight: 600;">NE</label>
:options="imsNeList.map(ne => ({ label: ne.neName || ne.neId, value: ne.neId }))" <a-select
@change="onImsNeChange" v-model:value="selectedImsNeId"
style="width: 100px; font-size: 15px;" :options="imsNeList.map(ne => ({ label: ne.neName || ne.neId, value: ne.neId }))"
:dropdown-style="{ borderRadius: '8px' }" @change="onImsNeChange"
placeholder='No NE' style="width: 100px; font-size: 15px;"
:bordered="true" :dropdown-style="{ borderRadius: '8px' }"
class="ims-select" placeholder='No NE'
:allow-clear="false" :bordered="true"
/> class="ims-select"
<!-- 调试信息 --> :allow-clear="false"
<!-- <div style="margin-top: 8px; font-size: 12px; color: #666;">--> />
<!-- WebSocket状态: {{ wsStatus }} | 数据点数量: {{ imsRealtimeRawData.length }}--> </div>
<!-- </div>-->
<!-- <a-button-->
<!-- type="primary"-->
<!-- style="margin-left: 16px;"-->
<!-- @click="testDataUpdate"-->
<!-- >-->
<!-- 测试数据更新-->
<!-- </a-button>-->
<!-- <div style="margin-top: 8px; font-size: 12px; color: #666;">-->
<!-- WebSocket状态: {{ wsStatus }} | 数据点数量: {{ imsRealtimeRawData.length }}-->
<!-- </div>-->
</div> </div>
<div class="row-title">Calls</div> <div class="row-title">Calls</div>
<a-row :gutter="[16, 16]"> <a-row :gutter="[16, 16]">