From 476a9ca89794a830b8a8279b80d9b446624a0641 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 02 六月 2026 17:50:39 +0800
Subject: [PATCH] refactor(equipment): 优化设备台账表单结构并更新质管检验选项
---
src/views/qualityManagement/processInspection/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index cbeab71..bcdaea7 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -136,12 +136,12 @@
prop: "checkResult",
dataType: "tag",
formatType: (params) => {
- if (params == '涓嶅悎鏍�') {
+ if (params == '鏈') {
return "danger";
- } else if (params == '鍚堟牸') {
+ } else if (params == '宸叉') {
return "success";
} else {
- return null;
+ return "danger";
}
},
},
@@ -393,4 +393,4 @@
});
</script>
-<style scoped></style>
+<style scoped></style>
\ No newline at end of file
--
Gitblit v1.9.3