From a81f7788c0d84889c99376471ad890ad81868dc3 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Fri, 10 Apr 2026 10:52:36 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=87=8D=E5=86=99+=E5=B7=B2=E5=AE=A1=E6=A0=B8=E6=A0=87?= =?UTF-8?q?=E7=AD=BE+=E9=85=8D=E6=96=B9=E5=90=8D=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 操作日志: - 完全重写,正确映射所有 action 类型(配方/精油/用户/标签/审核) - 三级筛选:操作类型、用户、对象类型 - 正确解析 detail JSON 显示来源/原因/角色等 - 包含精油价目修改记录 已审核标签: - editor+ 可见可编辑,viewer 不可见 - 蓝色样式区分 其他: - 配方卡片名称过长自动缩小字号 - 配方编辑器加新增标签输入框 Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/RecipeCard.vue | 21 +- frontend/src/views/AuditLog.vue | 362 ++++++++----------------- frontend/src/views/RecipeManager.vue | 15 + 3 files changed, 144 insertions(+), 254 deletions(-) diff --git a/frontend/src/components/RecipeCard.vue b/frontend/src/components/RecipeCard.vue index c38e193..e8209c1 100644 --- a/frontend/src/components/RecipeCard.vue +++ b/frontend/src/components/RecipeCard.vue @@ -1,8 +1,8 @@