fix(@vben/web-antd): 商品详情移除类型编辑并停止提交kind字段
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 48s

This commit is contained in:
2026-02-24 16:38:34 +08:00
parent 3e55697532
commit 2b485de5a8
3 changed files with 1 additions and 36 deletions

View File

@@ -232,7 +232,7 @@ export interface SaveProductDto {
id?: string;
imageUrls?: string[];
labelIds?: string[];
kind: ProductKind;
kind?: ProductKind;
name: string;
originalPrice: null | number;
packingFee?: null | number;