输入框与选择框提示语修改
This commit is contained in:
@ -226,7 +226,7 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
|
||||
className="filter-form"
|
||||
>
|
||||
<Form.Item name="name" label="供应商名称">
|
||||
<Input placeholder="请输入供应商名称关键字" style={{ width: 180 }} allowClear maxLength={20} />
|
||||
<Input placeholder="请输入" style={{ width: 180 }} allowClear maxLength={20} />
|
||||
</Form.Item>
|
||||
<Form.Item name="categoryId" label="准入品类">
|
||||
<CategorySelector multiple={false} />
|
||||
|
Reference in New Issue
Block a user