parent
							
								
									b69320c070
								
							
						
					
					
						commit
						b015fbc9fc
					
				| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { h } from 'vue';
 | 
					import { h } from 'vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
 | 
					import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
 | 
				
			||||||
| 
						 | 
					@ -33,7 +35,7 @@ setupVbenVxeTable({
 | 
				
			||||||
        round: true,
 | 
					        round: true,
 | 
				
			||||||
        showOverflow: true,
 | 
					        showOverflow: true,
 | 
				
			||||||
        size: 'small',
 | 
					        size: 'small',
 | 
				
			||||||
      },
 | 
					      } as VxeTableGridOptions,
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 表格配置项可以用 cellRender: { name: 'CellImage' },
 | 
					    // 表格配置项可以用 cellRender: { name: 'CellImage' },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { h } from 'vue';
 | 
					import { h } from 'vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
 | 
					import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
 | 
				
			||||||
| 
						 | 
					@ -33,7 +35,7 @@ setupVbenVxeTable({
 | 
				
			||||||
        round: true,
 | 
					        round: true,
 | 
				
			||||||
        showOverflow: true,
 | 
					        showOverflow: true,
 | 
				
			||||||
        size: 'small',
 | 
					        size: 'small',
 | 
				
			||||||
      },
 | 
					      } as VxeTableGridOptions,
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 表格配置项可以用 cellRender: { name: 'CellImage' },
 | 
					    // 表格配置项可以用 cellRender: { name: 'CellImage' },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { h } from 'vue';
 | 
					import { h } from 'vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
 | 
					import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
 | 
				
			||||||
| 
						 | 
					@ -33,7 +35,7 @@ setupVbenVxeTable({
 | 
				
			||||||
        round: true,
 | 
					        round: true,
 | 
				
			||||||
        showOverflow: true,
 | 
					        showOverflow: true,
 | 
				
			||||||
        size: 'small',
 | 
					        size: 'small',
 | 
				
			||||||
      },
 | 
					      } as VxeTableGridOptions,
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 表格配置项可以用 cellRender: { name: 'CellImage' },
 | 
					    // 表格配置项可以用 cellRender: { name: 'CellImage' },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,4 @@
 | 
				
			||||||
 | 
					import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
 | 
				
			||||||
import type { Recordable } from '@vben/types';
 | 
					import type { Recordable } from '@vben/types';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import type { ComponentType } from './component';
 | 
					import type { ComponentType } from './component';
 | 
				
			||||||
| 
						 | 
					@ -47,7 +48,7 @@ setupVbenVxeTable({
 | 
				
			||||||
        round: true,
 | 
					        round: true,
 | 
				
			||||||
        showOverflow: true,
 | 
					        showOverflow: true,
 | 
				
			||||||
        size: 'small',
 | 
					        size: 'small',
 | 
				
			||||||
      },
 | 
					      } as VxeTableGridOptions,
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue