Skip to content

Commit

Permalink
refactor: 将搜索框占位符从"规则组名称"修改为"成员名称"
Browse files Browse the repository at this point in the history
- 在 team/members/options.tsx 文件中,将搜索表单项目的占位符文本进行了修改
- 这个改动使得搜索框的提示信息与实际搜索内容(团队成员)更加匹配,提高了用户界面的准确性和友好性
  • Loading branch information
aide-cloud committed Jan 2, 2025
1 parent 2e82706 commit 7afd297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/team/members/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const formList: SearchFormItem[] = [
dataProps: {
type: 'input',
itemProps: {
placeholder: '规则组名称',
placeholder: '成员名称',
allowClear: true
}
}
Expand Down

0 comments on commit 7afd297

Please sign in to comment.