评标场所、区域、设备开发完成

This commit is contained in:
袁帅
2022-09-28 14:49:19 +08:00
parent 48e74053e3
commit 629f1bb304
7 changed files with 631 additions and 323 deletions

View File

@ -261,12 +261,9 @@ const DeviceManage: React.FC<{}> = () => {
filterType: 'query',
optionRender: (searchConfig: any, { form }) => {
return [
<Button key="toCreate"
type="primary" onClick={() => toAdd()}>
</Button>,
<Button
key="searchText"
type="primary"
onClick={() => {
form?.submit();
}}
@ -285,6 +282,10 @@ const DeviceManage: React.FC<{}> = () => {
>
{searchConfig?.resetText}
</Button>,
<Button key="toCreate"
type="primary" onClick={() => toAdd()}>
</Button>,
];
},
}}