From de4a9da73b4209a80c9a6227a702abe442ccb27d Mon Sep 17 00:00:00 2001 From: jiangxucong Date: Fri, 26 Dec 2025 10:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AE=A1=E7=90=86-=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=AE=A1=E6=89=B9=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PlanApprovalProcess.js | 13 +++++++++++++ .../components/PlanApprovalProcess.less | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 src/pages/business_planmanage/components/PlanApprovalProcess.js create mode 100644 src/pages/business_planmanage/components/PlanApprovalProcess.less diff --git a/src/pages/business_planmanage/components/PlanApprovalProcess.js b/src/pages/business_planmanage/components/PlanApprovalProcess.js new file mode 100644 index 0000000..51c77b6 --- /dev/null +++ b/src/pages/business_planmanage/components/PlanApprovalProcess.js @@ -0,0 +1,13 @@ +import React from 'react'; +import styles from './PlanApprovalProcess.less'; + +const PlanApprovalProcess = () => { + return ( +
+
待开发
+
+ ); +}; + +export default PlanApprovalProcess; + diff --git a/src/pages/business_planmanage/components/PlanApprovalProcess.less b/src/pages/business_planmanage/components/PlanApprovalProcess.less new file mode 100644 index 0000000..2c200c8 --- /dev/null +++ b/src/pages/business_planmanage/components/PlanApprovalProcess.less @@ -0,0 +1,3 @@ +.container { + padding: 20px; +} \ No newline at end of file