评标场所、区域、设备开发完成
This commit is contained in:
@ -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>,
|
||||
];
|
||||
},
|
||||
}}
|
||||
|
Reference in New Issue
Block a user