From a3016a0f70d7d7005fc4870c16f6988267deff44 Mon Sep 17 00:00:00 2001
From: Joshi <3040996759@qq.com>
Date: Sat, 4 Jul 2026 15:34:48 +0800
Subject: [PATCH] =?UTF-8?q?fix(acid):=20=E4=BC=98=E5=8C=96=E5=AE=9E?=
=?UTF-8?q?=E9=99=85=E6=80=A7=E8=83=BD=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84?=
=?UTF-8?q?=E9=92=A2=E7=A7=8D=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA=E9=80=BB?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 移除了ORDER_QUALITY和order_quality字段的冗余处理
- 统一使用GRADE或grade字段作为钢种数据源
- 简化了模板中的条件渲染逻辑
---
.../src/views/micro/pages/acid/components/ActualPerformance.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/klp-ui/src/views/micro/pages/acid/components/ActualPerformance.vue b/klp-ui/src/views/micro/pages/acid/components/ActualPerformance.vue
index 02e4d84c7..d6d8d8979 100644
--- a/klp-ui/src/views/micro/pages/acid/components/ActualPerformance.vue
+++ b/klp-ui/src/views/micro/pages/acid/components/ActualPerformance.vue
@@ -26,7 +26,7 @@
{{ row.CREW || row.crew || '—' }}
- {{ row.ORDER_QUALITY || row.order_quality || row.GRADE || row.grade || '—' }}
+ {{ row.GRADE || row.grade || '—' }}
{{ row.ENTRY_THICK || row.entry_thick || '—' }}