From 36e5cb3d60bb07c80be193edad0e1f9c4968229e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 13 十二月 2022 13:17:57 +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