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

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

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