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; }); - }, } }