dy
2025-04-21 3e4201f8b36128d48ba2029825e8b34e7f6d9053
src/components/HxlhTable/index.vue
@@ -39,6 +39,9 @@
          <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>