src/components/HxlhTable/index.vue
@@ -27,6 +27,8 @@ :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" @@ -152,7 +154,20 @@ default :()=>{ return {} } }, treeConfig: { type: Object, default: () => { return {} } }, rowStyle: { type: Function, default: () => { return {} } }, })