修复库存开关按钮无效问题,增加商品上下架sku联动,修复商品绑定耗材编辑回显问题

This commit is contained in:
2026-03-30 18:07:58 +08:00
parent e5cdf0a3dc
commit be12089ffe
2 changed files with 34 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
table: {
border: true,
highlightCurrentRow: true,
expandRowKeys: [],
rowKey: 'id',
treeProps: {
children: 'skuList' // 指定子节点存储的字段为 customChildren