From 0293d4f776f88ebc307a750f38a16454f4553701 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期二, 19 八月 2025 21:01:35 +0800 Subject: [PATCH] 首检、巡检一致性前端代码提交 --- 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