Commit 612cda66 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加搜索框 Tip 提示

parent 19e7265d
......@@ -20,6 +20,7 @@ export const levelSchema: ISchema = {
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
tip: '输入 会员等级标签 进行搜索',
},
},
},
......
......@@ -29,6 +29,7 @@ export const importSchema: 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