From 189adc4d8bb6b228d49678bc98935b6977d72359 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 28 Jan 2026 09:36:22 +0800
Subject: [PATCH] 丹灵数据 新增防抖
---
src/views/specialCheck/components/feedbackDetails.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/specialCheck/components/feedbackDetails.vue b/src/views/specialCheck/components/feedbackDetails.vue
index 48bde5e..8a38697 100644
--- a/src/views/specialCheck/components/feedbackDetails.vue
+++ b/src/views/specialCheck/components/feedbackDetails.vue
@@ -18,7 +18,7 @@
<div class="feed-tit">
<div>企业名称: <span class="m-color">{{ corpInfo.enterpriseName }}</span></div>
<div>所属省市县: <span class="m-color">{{ corpInfo.enterpriseProvince + corpInfo.enterpriseCity + corpInfo.enterpriseArea }}</span></div>
- <div>检查层级: <span class="m-color">{{ corpInfo.checkUnitType == 1 ? '省级':(corpInfo.checkUnitType == 2 ? '市级' : '区县级') }}</span></div>
+ <div>检查层级: <span class="m-color">{{ corpInfo.checkUnitType == 1 ? '省级':(corpInfo.checkUnitType == 2 ? '地(州、市)级' : '区县级') }}</span></div>
<div>检查单位: <span class="m-color">{{ corpInfo.checkUnit }}</span></div>
</div>
<div style="width: 100%" v-if="(unitType==1 && !provinceCheckStatus)||(unitType==2 && !cityCheckStatus)||(unitType==3 && !areaCheckStatus)">
@@ -201,7 +201,7 @@
暂无本级检查反馈
</div>
</el-tab-pane>
- <el-tab-pane :label="unitType==2 ? '本级': '市级'" name="2">
+ <el-tab-pane :label="unitType==2 ? '本级': '地(州、市)级'" name="2">
<div v-if="cityCheckStatus == 1" class="record-list">
<div class="record-item">
<table class="record-table">
@@ -221,7 +221,7 @@
<td class="m-color w-25">是否检查出隐患问题</td>
</tr>
<tr>
- <td class="w-25">市级</td>
+ <td class="w-25">地(州、市)级</td>
<td class="w-25">{{ checkData.cityCheckName }}</td>
<td class="w-25">{{ checkData.cityCheckTime }}</td>
<td class="w-25">{{ checkData.cityHiddendangerStatus == 1 ? '是' : '否' }}</td>
--
Gitblit v1.9.2