Skip to content

Commit

Permalink
chore: 修改属性名称 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei authored Sep 18, 2023
1 parent 4604e1a commit bb6f640
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default (props: WidgetRegisterFormProps): WidgetRegisterForm<Properties>
// 属性面板表单的 Schema 定义,来自表单库 formily 的 Schema
const schema = {
showAddFilter: {
title: '启用新增过筛选',
title: '启用新增筛选',
type: 'boolean',
'x-decorator': 'FormItem',
'x-component': 'Switch',
Expand All @@ -30,7 +30,7 @@ export default (props: WidgetRegisterFormProps): WidgetRegisterForm<Properties>
default: false,
},
showFilterRelation: {
title: '启用逻辑运算',
title: '修改逻辑运算',
type: 'boolean',
'x-decorator': 'FormItem',
'x-component': 'Switch',
Expand Down

0 comments on commit bb6f640

Please sign in to comment.