From 7630c6eddd23a8ea456b3dc64a49c43e41803d8a Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 28 一月 2026 16:59:10 +0800
Subject: [PATCH] 隐患排查上报
---
src/views/safeProduction/safeQualifications/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/safeProduction/safeQualifications/index.vue b/src/views/safeProduction/safeQualifications/index.vue
index 8bf320b..d7c41f9 100644
--- a/src/views/safeProduction/safeQualifications/index.vue
+++ b/src/views/safeProduction/safeQualifications/index.vue
@@ -82,7 +82,11 @@
show-overflow-tooltip />
<el-table-column label="瑙勭▼璧勮川绫诲瀷"
prop="type"
- show-overflow-tooltip />
+ show-overflow-tooltip>
+ <template #default="scope">
+ {{ type_qualification.find(item => item.value === scope.row.type)?.label || '-' }}
+ </template>
+ </el-table-column>
<el-table-column label="鐗堟湰鍙�"
prop="version"
width="180"
--
Gitblit v1.9.3