Commit 0023aa86 authored by XieZhiXiong's avatar XieZhiXiong

chore: 补充采购会员placeholder

parent d18efbb2
......@@ -80,6 +80,7 @@ export const addSchema = (orderType: number): ISchema => {
title: intl.formatMessage({ id: 'afterService.apply.purchaser' }, { default: '采购会员' }),
enum: [],
'x-component-props': {
placeholder: intl.formatMessage({ id: 'afterService.apply.purchaser.placeholder' }, { default: '请输入采购会员名称' }),
showSearch: true,
defaultActiveFirstOption: false,
showArrow: false,
......
......@@ -74,6 +74,7 @@ export const addSchema = (orderType: number): ISchema => {
title: intl.formatMessage({ id: 'afterService.apply.purchaser' }, { default: '采购会员' }),
enum: [],
'x-component-props': {
placeholder: intl.formatMessage({ id: 'afterService.apply.purchaser.placeholder' }, { default: '请输入采购会员名称' }),
showSearch: true,
defaultActiveFirstOption: false,
showArrow: 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