From f9e6250e2a85006a8b701433d99c00a2120964a7 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 20 Oct 2022 14:53:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E9=92=BB=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=A6=96=E5=88=97=E6=A0=87=E9=A2=98=E4=B8=BA=E5=8D=95=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index c3fac2fc..a1ce55f2 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -287,7 +287,7 @@ export const scoreUrl = [ // AppPerformance类型表格的列:有属性cycleDataUrl的,代表此数据的来源为对应接口返回的数据,无cycleDataUrl的属性代表数据来源于主url:npmSearchUrl.curUrl、npmSearchUrl.cycleUrl、npmSearchUrl.drilldownCurUrl、npmSearchUrl.drilldownCycleUrl export const customTableTitlesForAppPerformance = [ - { label: 'network.ips', prop: 'tab', checked: true, tabColumn: true, columnType: tableColumnType.dillDown }, + { label: 'IP', prop: 'tab', checked: true, tabColumn: true, columnType: tableColumnType.dillDown }, { label: 'network.score', prop: 'score', checked: true, tabColumn: false, columnType: tableColumnType.normal }, { label: 'networkAppPerformance.throughput', @@ -375,7 +375,7 @@ export const customTableTitlesForAppPerformance = [ } ] export const customTableTitlesForLinkMonitor = [ - { label: 'network.ips', prop: 'tab', checked: true, tabColumn: true, columnType: tableColumnType.dillDown }, + { label: 'IP', prop: 'tab', checked: true, tabColumn: true, columnType: tableColumnType.dillDown }, { label: 'network.score', prop: 'score', checked: true, tabColumn: false, columnType: tableColumnType.normal }, { label: 'networkAppPerformance.throughput', @@ -479,7 +479,7 @@ export const customTableTitlesForDns = [ ] // NetworkOverview类型表格的列:prop 为接口响应数据中的属性名 export const customTableTitlesForNetworkOverview = [ - { label: 'network.ips', prop: 'tab', checked: true, tabColumn: true, columnType: tableColumnType.dillDown }, + { label: 'IP', prop: 'tab', checked: true, tabColumn: true, columnType: tableColumnType.dillDown }, { label: 'network.total', prop: 'total',