CD配唱片
2025-04-24 6566fbf8b6a78296e81540731d5c10c97ee97857
src/components/HxlhTable/index.vue
@@ -16,6 +16,7 @@
            :pager-config="tablePage"
            :form-config="tableForm"
            :columns="columns"
            :column-config="{resizable: true}"
            :data.sync="data"
            :checkbox-config="checkboxConfig"
            :height="height"
@@ -26,6 +27,7 @@
            :footer-cell-class-name="footerCellClassName"
            :scroll-x="{enabled: true}"
            :scroll-y="{enabled: true}"
            row-height="auto"
            :expand-config="expandConfig"
            :tree-config="treeConfig"
            :row-style="rowStyle"
@@ -44,7 +46,10 @@
            </template>
            <template v-slot:status="row" >
              <slot name="status" v-bind="row"/>
          </template>
            </template>
            <template v-slot:mark="row" >
              <slot name="mark" v-bind="row"/>
            </template>
        </vxe-grid>
    </div>
  </template>