fix: 统一注释改成备注合并 (#977)
Reviewed-on: daoyoucloud/tachybase#977 Co-authored-by: wjh <wwwjh0710@163.com> Co-committed-by: wjh <wwwjh0710@163.com>
This commit is contained in:
parent
d21d032c11
commit
b762282578
@ -7,7 +7,7 @@ export const Annotate = (props) => {
|
|||||||
const { setAnnotate } = useContext(AnnotateContext);
|
const { setAnnotate } = useContext(AnnotateContext);
|
||||||
return (
|
return (
|
||||||
<div style={{ display: 'flex', alignItems: 'center' }}>
|
<div style={{ display: 'flex', alignItems: 'center' }}>
|
||||||
<div>统一注释:</div>
|
<div>备注合并:</div>
|
||||||
<Switch
|
<Switch
|
||||||
checkedChildren="开启"
|
checkedChildren="开启"
|
||||||
unCheckedChildren="关闭"
|
unCheckedChildren="关闭"
|
||||||
|
Loading…
Reference in New Issue
Block a user