From 4ed74dccb0dd5379fe4523908819c9d918e48f9d Mon Sep 17 00:00:00 2001 From: taiyi Date: Thu, 4 Jun 2026 17:58:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=AE=9A=E4=BB=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=87=E7=AD=BE=E6=B8=85?= =?UTF-8?q?=E6=99=B0=E5=BA=A6=E5=92=8C=E4=BF=AE=E5=A4=8D=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复产品下拉选项 /undefined 问题:展平 specifications 嵌套结构 - 页面标题"定价规则管理"→"产品定价管理",副标题更直白 - "基准售价"→"售价(元/单位)",去掉"基准"修饰 - "计价类型"→"计费方式","计价单位"→"单价单位" - "公式说明"→"价格说明","含税方式"→"是否含税" - 同步更新帮助弹窗、表格表头、操作按钮、确认弹窗中的所有文案 Co-Authored-By: Claude Opus 4.7 (1M context) --- .../web-admin/src/views/PricingRulesPage.vue | 91 ++++++++++--------- 1 file changed, 47 insertions(+), 44 deletions(-) diff --git a/frontend/web-admin/src/views/PricingRulesPage.vue b/frontend/web-admin/src/views/PricingRulesPage.vue index 296dbc4..6f68f86 100644 --- a/frontend/web-admin/src/views/PricingRulesPage.vue +++ b/frontend/web-admin/src/views/PricingRulesPage.vue @@ -1,15 +1,15 @@