Skip to content

Commit

Permalink
fix(多租户): 多租户成员管理
Browse files Browse the repository at this point in the history
多租户成员管理列表页搜索label优化
  • Loading branch information
Lind-pro committed Jun 17, 2020
1 parent 633d51c commit 170b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/system/tenant/components/member/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Member = (props: Props) => {
handleSearch(searchParam);
}}
formItems={[{
label: '名称',
label: '姓名',
key: 'name$LIKE',
type: 'string',
},
Expand Down

0 comments on commit 170b6c2

Please sign in to comment.