输入框与选择框提示语修改

This commit is contained in:
孙景学
2025-08-12 09:00:01 +08:00
parent 18a3e7936c
commit d0815c23e3
55 changed files with 115 additions and 155 deletions

View File

@ -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} />