Commit 8e027563 authored by 卢均锐's avatar 卢均锐

chore: 采购竞价-新增-竞价单摘要增加placeholder

parent d3a3bf52
......@@ -216,7 +216,7 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
name='details'
rules={[{ required: true, message: '请输入竞价单摘要' }]}
>
<Input maxLength={30} />
<Input maxLength={30} placeholder='最长60个字符,30个汉字' />
</Form.Item>
<Form.Item
label={<Tooltip placement="right" title='设置了归属地市后,此商品可根据地市进行筛选,未设置时默认为所有地市'>适用地市<QuestionCircleOutlined style={{ marginLeft: '5px' }} /></Tooltip>}
......
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