Commit a906a8dd authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

修改询价模块搜索询价会员被询价会员字段

parent a4bd954d
......@@ -154,7 +154,7 @@ export const enquierySearchSchema: ISchema = {
inline: true
},
properties:{
demandMembers:{
inquiryListMemberName:{
type:'string',
"x-component-props":{
placeholder:'询价会员'
......@@ -253,7 +253,7 @@ export const enquieryOfferSearchSchema: ISchema = {
inline: true
},
properties:{
memberName:{
inquiryListMemberName:{
type:'string',
"x-component-props":{
placeholder:'询价会员'
......
......@@ -241,7 +241,7 @@ export const enquieryOfferSearchSchema: ISchema = {
inline: true
},
properties:{
inquiryListMemberName:{
memberName:{
type:'string',
"x-component-props":{
placeholder:'被询价会员'
......
......@@ -64,7 +64,7 @@ export const pendingReviewSchema: ISchema = {
placeholder:'询价单摘要'
}
},
inquiryListMemberName:{
memberName:{
type:'string',
"x-component-props":{
placeholder:'被询价会员'
......
......@@ -173,7 +173,7 @@ export const enquierySearchSchema: ISchema = {
inline: true
},
properties:{
demandMembers:{
inquiryListMemberName:{
type:'string',
"x-component-props":{
placeholder:'询价会员'
......@@ -458,7 +458,7 @@ export const quoteFormSearch: ISchema = {
placeholder:'询价单号'
}
},
memberName:{
inquiryListMemberName:{
type:'string',
"x-component-props":{
placeholder:'询价会员'
......
......@@ -164,7 +164,7 @@ export const inquiryQuoteSchema: ISchema = {
placeholder: '报价单摘要'
}
},
memberName: {
inquiryListMemberName: {
type: 'string',
"x-component-props": {
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