From 5dd9086b2250dbed2da12afa8046961b55a546de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 28 Mar 2023 17:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E8=AF=BE=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dashboard/index.tsx | 2 +- src/pages/department/compenents/create.tsx | 2 +- src/pages/department/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/dashboard/index.tsx b/src/pages/dashboard/index.tsx index 4e2c95d..178a3fe 100644 --- a/src/pages/dashboard/index.tsx +++ b/src/pages/dashboard/index.tsx @@ -242,7 +242,7 @@ const DashboardPage = () => { className="iconfont icon-department" style={{ color: "#21C785", fontSize: 36 }} > - 添加部门 + 新建部门 diff --git a/src/pages/department/compenents/create.tsx b/src/pages/department/compenents/create.tsx index de3cc5d..c7fd291 100644 --- a/src/pages/department/compenents/create.tsx +++ b/src/pages/department/compenents/create.tsx @@ -97,7 +97,7 @@ export const DepartmentCreate: React.FC = ({ return ( <> {
} p="department-cud"