Commit 732bdf8a authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复placeholder只有一个的问题

parent df3affc3
......@@ -51,7 +51,7 @@ export const querySchema: ISchema = {
type: 'string',
'x-component': 'RangePicker',
'x-component-props': {
placeholder: [intl.formatMessage({ id: 'merchantCoupon.giveCouponStartTime' }) + ',' + intl.formatMessage({ id: 'merchantCoupon.giveCouponEndTime' })],
placeholder: [intl.formatMessage({ id: 'merchantCoupon.giveCouponStartTime' }), intl.formatMessage({ id: 'merchantCoupon.giveCouponEndTime' })],
allowEmpty: [true, true],
},
},
......
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