Commit 032b8057 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:订单筛选添加供应商会员查询

parent 98626747
...@@ -44,6 +44,12 @@ const tableListSchema: ISchema = { ...@@ -44,6 +44,12 @@ const tableListSchema: ISchema = {
"supplyMembersName": { "supplyMembersName": {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '请输入采购会员名称'
}
},
"memberName": {
type: 'string',
"x-component-props": {
placeholder: '请输入供应会员名称' placeholder: '请输入供应会员名称'
} }
}, },
......
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