From 20cdb83586daabfb15fc056c4c97eb8e7ccaf928 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 20 三月 2026 17:07:16 +0800
Subject: [PATCH] 2026.3.20
---
src/views/inspection/check/components/CompSubTaskStatistic.vue | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/src/views/inspection/check/components/CompSubTaskStatistic.vue b/src/views/inspection/check/components/CompSubTaskStatistic.vue
index 7e30a44..8259409 100644
--- a/src/views/inspection/check/components/CompSubTaskStatistic.vue
+++ b/src/views/inspection/check/components/CompSubTaskStatistic.vue
@@ -84,7 +84,7 @@
</el-descriptions-item>
</el-descriptions>
- <el-descriptions
+ <!-- <el-descriptions
class="m-l-4"
:column="8"
size="small"
@@ -135,13 +135,6 @@
</template>
{{ summary.proAllCheck }}
</el-descriptions-item>
- <!-- </el-descriptions>
- <el-descriptions
- :column="4"
- size="small"
- border
- direction="vertical"
- > -->
<el-descriptions-item
label="鏈暣鏀�"
label-class-name="change-check-label"
@@ -188,7 +181,7 @@
</template>
{{ summary.changeAllCheck }}
</el-descriptions-item>
- </el-descriptions>
+ </el-descriptions> -->
</el-row>
</template>
<script>
--
Gitblit v1.9.3