根因: Element Plus el-table 懒加载模式下,tree-props.hasChildren 要求行数据 包含 hasChildren: true 才能显示展开箭头。所有创建套餐项的代码路径都设置了 isPackage: true 和 packageId,但未设置 hasChildren 属性。 修复: 在 7 处代码路径中补充 hasChildren 属性设置。
根因: Element Plus el-table 懒加载模式下,tree-props.hasChildren 要求行数据 包含 hasChildren: true 才能显示展开箭头。所有创建套餐项的代码路径都设置了 isPackage: true 和 packageId,但未设置 hasChildren 属性。 修复: 在 7 处代码路径中补充 hasChildren 属性设置。