From 7c2192a2f000d94add173b77b6bd4c8c4fc6a5e4 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期三, 17 九月 2025 09:41:47 +0800 Subject: [PATCH] SJ穴模数 --- pages/QC/XJ/Add.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pages/QC/XJ/Add.vue b/pages/QC/XJ/Add.vue index f8ba422..75c91a8 100644 --- a/pages/QC/XJ/Add.vue +++ b/pages/QC/XJ/Add.vue @@ -97,7 +97,7 @@ <view v-if="item.result==null || item.result=='鏈畬鎴�'" class="watermark pending"> {{ getStatusText(item.result) }} </view> - <view class="description-text">{{ item.projName }}</view> + <view class="description-text">{{ getInspectionDescription(item) }}</view> </td> <td> <button v-if="item.isCheck >= item.levelNum" class="record-btn" @click="toDetail(item)">鏌ョ湅</button> @@ -446,6 +446,15 @@ } }, + getInspectionDescription(item) { + // 鍙朓TEM_MOD瀛楁鐨勫�� + if (item.itemMod && item.itemMod.trim() !== '') { + return item.itemMod; + } else { + return '妫�楠岄」鐩鎯�'; + } + }, + removeXJ() { if (this.formData.id) { this.$post({ -- Gitblit v1.9.3