src/components/HxlhTable/index.vue
@@ -32,6 +32,7 @@ :tree-config="treeConfig" :row-style="rowStyle" :virtualYConfig="virtualYConfig" :edit-config="editConfig" @sort-change="sortChange" @page-change="pagerChange" @form-submit="findList" @@ -181,6 +182,12 @@ default: () => { return {}; }, }, editConfig:{ type: Object, default: () => { return {}; }, } });