| | |
| | | <template> |
| | | <BasicModal |
| | | width="800px" |
| | | :height="600" |
| | | width="1200px" |
| | | :height="700" |
| | | v-bind="$attrs" |
| | | @register="register" |
| | | :title="title" |
| | |
| | | columns: ItemColumns, |
| | | formConfig: { |
| | | labelWidth: 120, |
| | | schemas: schemas.value, |
| | | schemas: schemas, |
| | | }, |
| | | size: 'small', |
| | | useSearchForm: true, |
| | | showTableSetting: false, |
| | | scroll: { y: 550 }, |
| | | canResize: false, |
| | | rowKey: rowKey, |
| | | rowSelection: { |
| | | selectedRowKeys: checkedKeys.value, |
| | |
| | | }, |
| | | bordered: true, |
| | | showIndexColumn: false, |
| | | // actionColumn: { |
| | | // width: 80, |
| | | // title: '操作', |
| | | // dataIndex: 'action', |
| | | // slots: { customRender: 'action' }, |
| | | // fixed: 'right' //undefined, |
| | | // }, |
| | | }); |
| | | const [register, { setModalProps, closeModal }] = useModalInner((data) => { |
| | | setModalProps({ confirmLoading: false }); |