| | |
| | | height: 'auto', |
| | | keepSource: true, |
| | | pagerConfig: {}, |
| | | toolbarConfig: { |
| | | enabled: !props.equDetailFlag |
| | | }, |
| | | proxyConfig: { |
| | | ajax: { |
| | | query: async ({ page }, formValues = {}) => { |
| | |
| | | // 远程排序 |
| | | remote: true, |
| | | // 支持多字段排序 默认关闭 |
| | | multiple: true, |
| | | multiple: true |
| | | }, |
| | | id: 'eims-equ-trial-index' |
| | | }; |
| | |
| | | formOptions, |
| | | gridOptions, |
| | | gridEvents: { |
| | | sortChange: (sortParams) => vxeSortEvent(tableApi, sortParams), |
| | | }, |
| | | sortChange: (sortParams) => vxeSortEvent(tableApi, sortParams) |
| | | } |
| | | }); |
| | | |
| | | const [EquTrialDrawer, equTrialDrawerApi] = useVbenDrawer({ |