From da9a303cb6b3dad5cdd0d2c4d9cabf1b17e9b9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Tue, 28 Apr 2026 14:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=9C=E8=89=B2=E4=B8=8D?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E9=97=AE=E9=A2=98=20Signed-off-by:=20?= =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/warehouse/item-detail.vue | 22 ++++++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 824d2a5..2b7462f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "Operations", "appid" : "__UNI__8A0DE5E", "description" : "Operations(运营)的缩写,一个前后端分离的工作流/运营管理系统。", - "versionName" : "1.3.2", - "versionCode" : "132", + "versionName" : "1.3.3", + "versionCode" : "133", "transformPx" : false, "app-plus" : { "usingComponents" : true, diff --git a/pages/warehouse/item-detail.vue b/pages/warehouse/item-detail.vue index c3d4b7f..1aa3c3f 100644 --- a/pages/warehouse/item-detail.vue +++ b/pages/warehouse/item-detail.vue @@ -617,23 +617,29 @@ onShow(() => { } .wo-status.checked { - background-color: #e3f2fd; - color: #2196f3; + background-color: #f3e5f5; + color: #9c27b0; + } .wo-status.parts_ordered { + background-color: #e3f2fd; + color: #2196f3; +} + +.wo-status.repaired { background-color: #e8f5e9; color: #4caf50; } -.wo-status.repaired { - background-color: #f3e5f5; - color: #9c27b0; +.wo-status.returned { + background-color: #e5e5e5; + color: #7a7a7a; } -.wo-status.returned { - background-color: #e0f2f1; - color: #009688; +.wo-status.unrepairable { + background-color: #f2bdbe; + color: #ff575a; } .action-bar {