mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-10 00:55:07 +08:00
feat: add modal component
This commit is contained in:
@ -4,6 +4,7 @@ import { VxeGridProps } from 'vxe-table'
|
||||
export const useVxeGrid = (allSchemas, getPageApi) => {
|
||||
const gridOptions = reactive<VxeGridProps>({
|
||||
loading: false,
|
||||
height: 800,
|
||||
rowConfig: {
|
||||
keyField: 'id',
|
||||
isHover: true
|
||||
|
Reference in New Issue
Block a user