Commit 99418193 authored by XieZhiXiong's avatar XieZhiXiong

fix: 添加搜索框 tip 提示

parent 36198726
......@@ -339,7 +339,7 @@ const MemberMaintain: React.FC<[]> = () => {
useStateFilterSearchLinkageEffect(
$,
actions,
'cond',
'name',
FORM_FILTER_PATH,
);
useAsyncInitSelect(
......
......@@ -24,11 +24,12 @@ export const importSchema: ISchema = {
children: '{{controllerBtns}}',
},
},
cond: {
name: {
type: 'string',
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
tip: '输入 会员名称 进行搜索',
},
},
},
......
......@@ -15,6 +15,7 @@ export const maintianSchema: ISchema = {
'x-component-props': {
placeholder: '搜索',
align: 'flex-left',
tip: '输入 会员名称 进行搜索',
},
},
[FORM_FILTER_PATH]: {
......
......@@ -28,6 +28,7 @@ export const maintianSchema: ISchema = {
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
tip: '输入 会员名称 进行搜索',
},
},
},
......
......@@ -27,6 +27,7 @@ export const auditSchema: ISchema = {
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
tip: '输入 会员名称 进行搜索',
},
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment