diff --git a/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx b/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx
index e408dc6..2a09968 100644
--- a/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx
+++ b/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx
@@ -680,23 +680,6 @@ const ParkingOverview = connect(function mapStateToProps(state) {
series.push(seriesItem);
}
- // 使用上一次遍历时,计算出的数据和 sumValue,调用 getParametricEquation 函数,
- // 向每个 series-surface 传入不同的参数方程 series-surface.parametricEquation,也就是实现每一个扇形。
-
- // for (let i = 0; i < series.length; i++) {
- // endValue = startValue + series[i].pieData.value;
- // series[i].pieData.startRatio = startValue / sumValue;
- // series[i].pieData.endRatio = endValue / sumValue;
- // series[i].parametricEquation = getParametricEquation(
- // series[i].pieData.startRatio,
- // series[i].pieData.endRatio,
- // false,
- // false,
- // k,
- // series[i].pieData.value
- // );
- // startValue = endValue;
- // }
for (let i = 0; i < series.length; i++) {
endValue = startValue + series[i].pieData.value;
@@ -753,13 +736,6 @@ const ParkingOverview = connect(function mapStateToProps(state) {
// });
let option = {
- // backgroundColor: "#203598",
- // labelLine: {
- // show: true,
- // lineStyle: {
- // color: "#fff",
- // },
- // },
legend: {
selectedMode: false,
data: legendData,
@@ -790,26 +766,6 @@ const ParkingOverview = connect(function mapStateToProps(state) {
},
tooltip: {
backgroundColor: "#fff",
- // formatter: (params) => {
- // if (
- // params.seriesName !== "mouseoutSeries" &&
- // params.seriesName !== "pie2d"
- // ) {
- // let bfb = (
- // (option.series[params.seriesIndex].pieData.endRatio -
- // option.series[params.seriesIndex].pieData.startRatio) *
- // 100
- // ).toFixed(2);
- // if (bfb == "NaN") {
- // bfb = 0;
- // }
- // return (
- // `${params.seriesName}
` +
- // `` +
- // `${bfb}%`
- // );
- // }
- // },
formatter: (params) => {
if (
params.seriesName !== "mouseoutSeries" &&
diff --git a/src/pages/FinancialMgm/SettleBill/GeneralBusiness/loadable.jsx b/src/pages/FinancialMgm/SettleBill/GeneralBusiness/loadable.jsx
index 7c40d54..a46f593 100644
--- a/src/pages/FinancialMgm/SettleBill/GeneralBusiness/loadable.jsx
+++ b/src/pages/FinancialMgm/SettleBill/GeneralBusiness/loadable.jsx
@@ -6,22 +6,14 @@ import {
Select,
Input,
Popover,
- Modal,
- Row,
- Form,
- Col,
Button,
DatePicker,
} from "antd";
-import { dictionary, utils } from "@/config/common";
+import { dictionary } from "@/config/common";
import moment from "moment";
-import { DeleteOutlined } from "@ant-design/icons";
import ajax from "@/services";
-// import { useSessionStorageState, useUpdateEffect, useSize, useUpdate } from 'ahooks';
import { ResultFlow } from "@/components";
import "./index.scss";
-// import errorImg from "@/assets/images/layout/error.png"
-// import { useLocation } from "react-router-dom";
const { RangePicker } = DatePicker;
const { TextArea } = Input;
function GeneralBusiness() {
diff --git a/src/pages/FinancialMgm/SettleBill/PayRepeat/loadable.jsx b/src/pages/FinancialMgm/SettleBill/PayRepeat/loadable.jsx
index f509610..a1ddcfa 100644
--- a/src/pages/FinancialMgm/SettleBill/PayRepeat/loadable.jsx
+++ b/src/pages/FinancialMgm/SettleBill/PayRepeat/loadable.jsx
@@ -699,42 +699,6 @@ function PayRepeat() {
/>
- {/*