Commit 1e22e1bb authored by XieZhiXiong's avatar XieZhiXiong

添加搜索提示

parent 67d5b884
......@@ -27,7 +27,8 @@ export const billsSchema: ISchema = {
'x-component': 'Search',
'x-mega-props': {},
'x-component-props': {
placeholder: '搜索',
placeholder: '搜索',
tip: '输入 单据号 进行搜索',
},
},
},
......
......@@ -22,7 +22,8 @@ export const searchSchema: ISchema = {
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
advanced: false,
advanced: false,
tip: '输入 单据名称 进行搜索',
},
},
},
......
......@@ -15,6 +15,7 @@ export const inventorySchema: ISchema = {
'x-mega-props': {},
'x-component-props': {
placeholder: '搜索',
tip: '输入 商品名称 进行搜索',
align: 'flex-left',
},
},
......
......@@ -106,6 +106,7 @@ export const searchSchema: ISchema = {
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
tip: '输入 仓库名称 进行搜索',
advanced: false,
},
},
......
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