From ef905a448385c2a78f3ebaa51d2420e1d7765bb9 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 24 七月 2025 23:30:14 +0800
Subject: [PATCH] 优化首检模块UI和功能
---
pages/QC/SJ/detail.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pages/QC/SJ/detail.vue b/pages/QC/SJ/detail.vue
index 366942d..b8fc3ea 100644
--- a/pages/QC/SJ/detail.vue
+++ b/pages/QC/SJ/detail.vue
@@ -76,7 +76,7 @@
<view class="info-value">{{ formData.result }}</view>
</view>
<view v-if="formData.remarks" class="info-item">
- <view class="info-label">涓嶅悎鏍兼弿杩�</view>
+ <view class="info-label">澶囨敞</view>
<view class="info-value danger">{{ formData.remarks }}</view>
</view>
</view>
@@ -104,7 +104,7 @@
</button>
<button class="btn upload-btn" @click="saveRemarks">
<uni-icons color="#fff" size="16" type="compose"></uni-icons>
- 涓嶅悎鏍兼弿杩�
+ 澶囨敞
</button>
</view>
</view>
@@ -118,7 +118,7 @@
</button>
<button class="btn upload-btn" @click="saveRemarks">
<uni-icons color="#fff" size="16" type="compose"></uni-icons>
- 涓嶅悎鏍兼弿杩�
+ 澶囨敞
</button>
</view>
<view class="input-wrapper" style="margin-top: 15px;">
@@ -181,13 +181,13 @@
</view>
</view>
- <!-- 寮瑰嚭灞� - 涓嶅悎鏍兼弿杩� -->
+ <!-- 寮瑰嚭灞� - 澶囨敞 -->
<view v-if="remarksPopup" class="overlay">
<view class="popup">
- <h3>淇敼涓嶅悎鏍兼弿杩�</h3>
+ <h3>淇敼澶囨敞</h3>
<form>
<view class="form-group">
- <label class="form-label">涓嶅悎鏍兼弿杩�:</label>
+ <label class="form-label">澶囨敞:</label>
<input v-model="remarks" class="form-input" type="text"/>
</view>
<view class="popup-buttons">
--
Gitblit v1.9.3