review:主子表的示例代码

This commit is contained in:
YunaiV
2025-04-19 11:57:38 +08:00
parent 7622e9a666
commit 4ccda9a5a1
9 changed files with 29 additions and 28 deletions

View File

@@ -119,6 +119,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
<Grid table-title="学生列表">
<template #expand_content="{ row }">
<!-- 子表的表单 -->
<!-- TODO @puhui999样式优化1Tabs 和箭头对齐2 Table 也和箭头对齐 -->
<Tabs v-model:active-key="subTabsName">
<Tabs.TabPane key="demo03Course" tab="学生课程" force-render>
<Demo03CourseList :student-id="row?.id" />