修改文字
This commit is contained in:
@ -520,6 +520,13 @@ const SupplierTemplateManageAdd: React.FC<PageProps> = ({ breadcrumb, dispatch }
|
||||
})}
|
||||
loading={templateList.length === 0}
|
||||
showSearch={true}
|
||||
allowClear={true}
|
||||
onClear={() => {
|
||||
setTemplateData([]);
|
||||
form.setFieldsValue({
|
||||
copyTemplateId: '',
|
||||
});
|
||||
}}
|
||||
filterOption={(input, option) => {
|
||||
return (option?.children ?? '').toLowerCase().includes(input.toLowerCase());
|
||||
}}
|
||||
|
Reference in New Issue
Block a user