Zhu Zhonghua
2025-04-25 9e029af3e5e884c56cdc928ce71a63223ce46e23
src/components/HxlhTable/index.vue
@@ -16,7 +16,8 @@
      :pager-config="tablePage"
      :form-config="tableForm"
      :columns="columns"
      :column-config="{ resizable: true }"
      :column-config="{ resizable: true, useKey: true }"
      :row-config="{ useKey: true }"
      :data.sync="data"
      :checkbox-config="checkboxConfig"
      :height="height"
@@ -168,7 +169,7 @@
  treeConfig: {
    type: Object,
    default: () => {
      return {};
      return null;
    },
  },
  rowStyle: {