zhanghl
2025-04-21 1c15ef9287dced4bbde0c5e88b91eec2d375382c
src/components/HxlhTable/index.vue
@@ -36,9 +36,12 @@
            <template v-slot:buttons="row">
                <slot name="buttons" v-bind="row"/>
            </template>
          <template #expandContent="{ row }">
            <vxe-grid v-bind="subGridOptions" :data="row.subList">
            </vxe-grid>
            <template #expandContent="{ row }">
              <vxe-grid v-bind="subGridOptions" :data="row.subList">
              </vxe-grid>
            </template>
            <template v-slot:status="row" >
              <slot name="status" v-bind="row"/>
          </template>
        </vxe-grid>
    </div>