mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
线上课创建优化
This commit is contained in:
@@ -97,7 +97,7 @@ export const DepartmentCreate: React.FC<PropInterface> = ({
|
||||
return (
|
||||
<>
|
||||
<Modal
|
||||
title="添加部门"
|
||||
title="新建部门"
|
||||
centered
|
||||
forceRender
|
||||
open={open}
|
||||
|
||||
@@ -353,7 +353,7 @@ const DepartmentPage = () => {
|
||||
<div className="d-flex">
|
||||
<PerButton
|
||||
type="primary"
|
||||
text="添加部门"
|
||||
text="新建部门"
|
||||
class="mr-16"
|
||||
icon={<PlusOutlined />}
|
||||
p="department-cud"
|
||||
|
||||
Reference in New Issue
Block a user