bug修复

This commit is contained in:
Chengliang 2023-08-29 15:44:15 +08:00
parent ce6591b351
commit c018b71f13
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const CopyDialog = forwardRef(({ open, onCreate, onCancel }, ref) => {
return (
<Modal
open={open}
title="部门合并"
title="部门复制"
okText="确认"
cancelText="取消"
onCancel={onCancel}