From bdded98b0349b3da8feded81b3f2f96197257972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=B7=E5=86=89=E5=86=89?= Date: Mon, 20 Apr 2026 17:49:19 +0800 Subject: [PATCH] =?UTF-8?q?table=E7=BB=84=E4=BB=B6=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0=E6=97=A0?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=B1=95=E7=A4=BA=E3=80=81=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=97=E8=A1=A8=E7=9A=84ClientID=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=94=B9=E4=B8=BA=E8=87=AA=E5=AE=9A=E4=B9=89=E7=9A=84?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/index.vue | 2 +- src/views/earnManage/busValueCount/relevantData.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/table/index.vue b/src/components/table/index.vue index 5a95342..51fa69a 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -5,7 +5,7 @@ diff --git a/src/views/earnManage/busValueCount/relevantData.vue b/src/views/earnManage/busValueCount/relevantData.vue index 8cbbd8d..b471889 100644 --- a/src/views/earnManage/busValueCount/relevantData.vue +++ b/src/views/earnManage/busValueCount/relevantData.vue @@ -104,7 +104,7 @@ if (this.paramsData && this.paramsData.resourceType === '1') { this. columns = { businessId: {label: `业务代码`, minWidth: '120',visible: true}, - clientId: {label: `ClientID`,minWidth: '160',visible: true}, + clientId: {label: `ClientID`,minWidth: '160',customTooltip: true, visible: true}, createTime: {label: `时间`,minWidth: '160',visible: true}, outSpeed: {label: `总发送流量值(bit/s)`, minWidth: '150', slotName: 'tempBusinessName',visible: true}, }; @@ -170,7 +170,6 @@ return getAvgTimeList({id: this.paramsData && this.paramsData.id}).then(res => { return res; }); - }, } }