diff --git a/Cunkebao/src/components/LineChart.tsx b/Cunkebao/src/components/LineChart.tsx index ff99ba11..bb93e512 100644 --- a/Cunkebao/src/components/LineChart.tsx +++ b/Cunkebao/src/components/LineChart.tsx @@ -43,14 +43,6 @@ const LineChart: React.FC = ({ lineStyle: { color: "#1677ff" }, itemStyle: { color: "#1677ff" }, }, - { - data: [3, 99, 12, 14, 8, 0, 0], - type: "line", - smooth: true, - symbol: "circle", - lineStyle: { color: "green" }, - itemStyle: { color: "red" }, - }, ], grid: { left: 40, right: 24, top: 40, bottom: 32 }, }; diff --git a/Cunkebao/src/pages/mobile/workspace/traffic-distribution/list/index.tsx b/Cunkebao/src/pages/mobile/workspace/traffic-distribution/list/index.tsx index 22ac3823..b36a58ef 100644 --- a/Cunkebao/src/pages/mobile/workspace/traffic-distribution/list/index.tsx +++ b/Cunkebao/src/pages/mobile/workspace/traffic-distribution/list/index.tsx @@ -14,7 +14,6 @@ import { import NavCommon from "@/components/NavCommon"; import { fetchDistributionRuleList, - updateDistributionRule, toggleDistributionRuleStatus, deleteDistributionRule, } from "./api"; @@ -288,6 +287,14 @@ const TrafficDistributionList: React.FC = () => { 总流量池数量 +
+ + {item.config?.total?.totalUsers || 0} + +
+ 分发统计 +
+