From 2b09f53a0e223adeb7e9cb2b033b62d7cb80a170 Mon Sep 17 00:00:00 2001
From: wyw <571921741@qq.com>
Date: Fri, 12 Apr 2024 11:43:15 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=951?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 src/components/Custom/CustomPage.js               | 4 ++--
 src/components/CustomPages/BI/BI056Performance.js | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/Custom/CustomPage.js b/src/components/Custom/CustomPage.js
index 04c8fe2..8e8baa0 100644
--- a/src/components/Custom/CustomPage.js
+++ b/src/components/Custom/CustomPage.js
@@ -2,8 +2,8 @@ import React from 'react'
 import { connect } from 'dva'
 import { initFilter, getCustomParams } from "../../utils/common"
 //import loadPage from '../../utils/customConfigwjn'//便捷开发 请勿提交
-// import loadPage from '../../utils/customConfig1'
-import loadPage from '../../utils/customConfig'
+// import loadPage from '../../utils/customConfig'
+import loadPage from '../../utils/customConfig1'//便捷开发 请勿提交
 
 class CustomPage extends React.Component {
   constructor(props) {
diff --git a/src/components/CustomPages/BI/BI056Performance.js b/src/components/CustomPages/BI/BI056Performance.js
index 30859a3..2a65ca6 100644
--- a/src/components/CustomPages/BI/BI056Performance.js
+++ b/src/components/CustomPages/BI/BI056Performance.js
@@ -360,7 +360,7 @@ class BI056Performance extends React.Component {
               debugger
               var tooltipShow = ''
               if (value.length > 0) {
-                tooltipShow += value[0].axisValueLabel + '
'
+                // tooltipShow += value[0].axisValueLabel + '
'
                 for (var i = 0; i < value.length; i++) {
                   if (value[i].componentSubType == "bar") {
                     tooltipShow += value[i].marker + value[i].seriesName + ":" + value[i].value + "
"