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

fix: 修复确认询价报价搜索报价会员字段错误问题

parent 0023aa86
......@@ -51,7 +51,7 @@ export const OFFERSEARCHSCHEMA: ISchema = {
placeholder: intl.formatMessage({ id: 'dealAbility.xunjiadanhao' })
}
},
memberName: {
offerMemberName: {
type: "string",
"x-component-props": {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiahuiyuan' })
......
......@@ -62,7 +62,7 @@ export const WAITAUDITINQUIRYONESCHEMA: ISchema = {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiadanzhaiyao' })
}
},
memberName: {
offerMemberName: {
type: "string",
"x-component-props": {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiahuiyuan' })
......
......@@ -62,7 +62,7 @@ export const WAITAUDITINQUIRYTWOSCHEMA: ISchema = {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiadanzhaiyao' })
}
},
memberName: {
offerMemberName: {
type: "string",
"x-component-props": {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiahuiyuan' })
......
......@@ -66,7 +66,7 @@ export const WAITSUBMITAUDITOFFERSCHEMA: ISchema = {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiadanzhaiyao' })
}
},
memberName: {
offerMemberName: {
type: "string",
"x-component-props": {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiahuiyuan' })
......
......@@ -66,7 +66,7 @@ export const WAITSUBMITOFFERSCHEMA: ISchema = {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiadanzhaiyao' })
}
},
memberName: {
offerMemberName: {
type: "string",
"x-component-props": {
placeholder: intl.formatMessage({ id: 'dealAbility.baojiahuiyuan' })
......
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