修复库存开关按钮无效问题,增加商品上下架sku联动,修复商品绑定耗材编辑回显问题
This commit is contained in:
@@ -9,6 +9,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
|
||||
table: {
|
||||
border: true,
|
||||
highlightCurrentRow: true,
|
||||
expandRowKeys: [],
|
||||
rowKey: 'id',
|
||||
treeProps: {
|
||||
children: 'skuList' // 指定子节点存储的字段为 customChildren
|
||||
|
||||
Reference in New Issue
Block a user