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/sumSheet.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/specialCheck/components/sumSheet.vue b/src/views/specialCheck/components/sumSheet.vue
index 33fd0c6..e40fb51 100644
--- a/src/views/specialCheck/components/sumSheet.vue
+++ b/src/views/specialCheck/components/sumSheet.vue
@@ -29,8 +29,8 @@
<th rowspan="2">自查覆盖率要求</th>
<th rowspan="2">已完成覆盖率</th>
<th rowspan="2">当前有效期内企业数量</th>
- <th rowspan="2">企业库存数量/万箱</th>
- <th rowspan="2">企业库容量/万箱</th>
+ <th rowspan="2">企业库存数量/箱</th>
+ <th rowspan="2">企业库容量/箱</th>
<th colspan="2">隐患问题情况</th>
<th colspan="3">整改情况</th>
<th rowspan="2">检查层级</th>
@@ -42,7 +42,7 @@
<th rowspan="2">吊销许可证数量</th>
<th rowspan="2">暂扣许可证数量</th>
<th rowspan="2">罚款企业数量</th>
- <th rowspan="2">罚款金额</th>
+ <th rowspan="2">罚款金额(万元)</th>
</tr>
<tr>
<th>隐患总数</th>
--
Gitblit v1.9.2