| | |
| | | :scroll-x="{enabled: true}" |
| | | :scroll-y="{enabled: true}" |
| | | :expand-config="expandConfig" |
| | | :tree-config="treeConfig" |
| | | :row-style="rowStyle" |
| | | @sort-change="sortChange" |
| | | @page-change="pagerChange" |
| | | @form-submit="findList" |
| | |
| | | } |
| | | }, |
| | | expandConfig: { |
| | | type: Object, |
| | | default: () => { |
| | | return {lazy: false} |
| | | } |
| | | type: Object, |
| | | default: () => { |
| | | return {lazy: false} |
| | | } |
| | | }, |
| | | subGridOptions: { |
| | | type:Object, |
| | | default :()=>{ |
| | | type:Object, |
| | | default :()=>{ |
| | | return {} |
| | | } |
| | | }, |
| | | treeConfig: { |
| | | type: Object, |
| | | default: () => { |
| | | return {} |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | rowStyle: { |
| | | type: Function, |
| | | default: () => { |
| | | return {} |
| | | } |
| | | }, |
| | | |
| | | }) |
| | | |
| | | |