From a547f9aea76c0945af69e4e4bb0f99da4dc971d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 7 Mar 2026 01:12:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(goods):=20=E4=BF=AE=E6=94=B9=E8=BF=9B?= =?UTF-8?q?=E8=B4=A7=E4=BB=B7=E5=AD=97=E6=AE=B5=E4=B8=BA=E5=A5=97=E9=A4=90?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将商品模型中的 buyingPrice 字段注释从"进货价"改为"套餐价格" - 更新商品编辑页面中 originPrice 表单项的标签和占位符文本 - 修改商品列表表格中 buyingPrice 列的标题显示文本 --- src/api/shop/shopGoods/model/index.ts | 2 +- src/views/shop/shopGoods/components/shopGoodsEdit.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/shop/shopGoods/model/index.ts b/src/api/shop/shopGoods/model/index.ts index 2fc4c27..161b1c1 100644 --- a/src/api/shop/shopGoods/model/index.ts +++ b/src/api/shop/shopGoods/model/index.ts @@ -44,7 +44,7 @@ export interface ShopGoods { commissionRole?: number; // 货架 position?: string; - // 进货价 + // 套餐价格 buyingPrice?: string; // 商品价格 price?: string; diff --git a/src/views/shop/shopGoods/components/shopGoodsEdit.vue b/src/views/shop/shopGoods/components/shopGoodsEdit.vue index 08cfb85..8187d8b 100644 --- a/src/views/shop/shopGoods/components/shopGoodsEdit.vue +++ b/src/views/shop/shopGoods/components/shopGoodsEdit.vue @@ -93,9 +93,9 @@ v-model:value="form.dealerPrice" /> - +