From ced0756c1cc2d03ca1d66ffed2311e99cbc1e370 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 9 Dec 2025 10:01:39 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E8=80=81=E5=AE=A2=E6=88=B7:=20?= =?UTF-8?q?=E5=85=88=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/charts/Customer_care_regular.jsx | 32 +++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/src/charts/Customer_care_regular.jsx b/src/charts/Customer_care_regular.jsx index 1ce3dd6..15c9124 100644 --- a/src/charts/Customer_care_regular.jsx +++ b/src/charts/Customer_care_regular.jsx @@ -1,4 +1,4 @@ -import React, { useContext, useState } from 'react'; +import React, { useContext, useState, useEffect } from 'react'; import { Row, Col, Divider, Table, Tooltip } from 'antd'; import { InfoCircleOutlined } from '@ant-design/icons'; import { utils, writeFileXLSX } from 'xlsx'; @@ -13,8 +13,6 @@ const Customer_care_regular = () => { const { orders_store, date_picker_store, customer_store } = useContext(stores_Context); const regular_data = customer_store.regular_data; - // useEffect(() => {}, []); - const columns = [ { title: '订单号', @@ -205,6 +203,34 @@ const Customer_care_regular = () => { }, ]); + return ( + <> + {/* show a dialog to prevent the browser from closing the page */} + +
+ 维护中, 暂不可用, 敬请期待 +
+
+ ); return (