From 451e8b4bc33f0385b3966519cf06667ef8334c04 Mon Sep 17 00:00:00 2001
From: Zones <765289303@qq.com>
Date: Fri, 3 Jul 2026 10:23:03 +0800
Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E8=85=90=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/nbd-anti-record.vue | 128 +++++++++++++++++++++++----------
scanpages/hj/do_anti_rust.vue | 12 ++--
2 files changed, 99 insertions(+), 41 deletions(-)
diff --git a/components/nbd-anti-record.vue b/components/nbd-anti-record.vue
index 4a49f86..f2fa81f 100644
--- a/components/nbd-anti-record.vue
+++ b/components/nbd-anti-record.vue
@@ -16,33 +16,54 @@
-
- 检查结果
-
- {{ latest.CheckResult === '合格' ? '\u2713' : '\u2717' }}
- {{ latest.CheckResult || '--' }}
-
-
+
防腐等级
{{ latest.AnticorrosionLevel || '--' }}
+
+ 中间漆
+ {{ latest.IntermediatePaint || '--' }}
+
+
+ 面漆
+ {{ latest.Topcoat || '--' }}
+
+
+ 漆膜厚度
+ {{ latest.FilmThickness || '--' }}
+
+
+ 检查人
+ {{ latest.CheckPersonName || '--' }}
+
检查时间
{{ latest.CheckTime || '--' }}
-
- 不合格原因
- {{ latest.UnqualifiedReason }}
+
+ 检查结果
+
+ {{ latest.CheckResult === '合格' ? '\u2713' : '\u2717'
+ }}
+ {{ latest.CheckResult || '--' }}
+
+
+
+ 不合格原因
+ {{ latest.UnqualifiedReason }}
+
+
+ 整改要求
+ {{ latest.RectifyRequirement
+ }}
@@ -55,30 +76,52 @@
@@ -133,6 +176,7 @@ $text: #1a1a2e;
$text-secondary: #8e99a4;
.anti-record {
+
&__loading,
&__empty {
padding: 40rpx 24rpx;
@@ -212,12 +256,11 @@ $text-secondary: #8e99a4;
align-items: center;
padding: 8rpx 0;
- & + & {
+ &+& {
border-top: 1rpx solid #f0f0f0;
}
&--stack {
- flex-direction: column;
align-items: flex-start;
.anti-record__value {
@@ -233,6 +276,15 @@ $text-secondary: #8e99a4;
flex-shrink: 0;
margin-right: 24rpx;
width: 140rpx;
+
+ &--stack {
+ font-size: 26rpx;
+ color: $text-secondary;
+ flex-shrink: 0;
+ margin-right: 24rpx;
+ width: 140rpx;
+ margin-top: 8rpx;
+ }
}
&__value {
@@ -241,8 +293,7 @@ $text-secondary: #8e99a4;
flex: 1;
text-align: left;
- &--fail {
- color: #dc2626;
+ &--stack {
font-size: 24rpx;
}
}
@@ -353,7 +404,12 @@ $text-secondary: #8e99a4;
}
@keyframes slideUp {
- 0% { transform: translateY(100%); }
- 100% { transform: translateY(0); }
+ 0% {
+ transform: translateY(100%);
+ }
+
+ 100% {
+ transform: translateY(0);
+ }
}
diff --git a/scanpages/hj/do_anti_rust.vue b/scanpages/hj/do_anti_rust.vue
index abe4059..873d33d 100644
--- a/scanpages/hj/do_anti_rust.vue
+++ b/scanpages/hj/do_anti_rust.vue
@@ -46,10 +46,6 @@
-
-
-
-
-
+
+
+
+
+
+
+