zhanghl
2025-04-25 8c613f17337c8e7fc68a12d02cafa05d0dca81ba
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 {};
    },
  }
});