CD配唱片
2025-04-25 b93a8c6a6fe812d6b1f6b3e71f6ccf95ad1daad4
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: {