From c1af62af98d9ad690be1498279a354e0cb2676e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Tue, 30 Aug 2022 14:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80(=E6=94=BF?= =?UTF-8?q?=E4=BC=81=E8=81=94=E5=90=88):=E8=B4=A8=E9=87=8F=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/zjsj/govComp/Col3.vue | 30 ++++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/views/projectAdmin/zjsj/govComp/Col3.vue b/src/views/projectAdmin/zjsj/govComp/Col3.vue index d94bd0b9..fabf9049 100644 --- a/src/views/projectAdmin/zjsj/govComp/Col3.vue +++ b/src/views/projectAdmin/zjsj/govComp/Col3.vue @@ -8,7 +8,7 @@ 监测报告统计
总分数 - 10252份 + 252份 合格 9243份
@@ -101,6 +101,30 @@ export default { address: "5934", rale: "99.88%" }, + { + date: "混泥土抗压试验", + name: "6430", + address: "5934", + rale: "99.88%" + }, + { + date: "混泥土抗压试验", + name: "6430", + address: "5934", + rale: "99.88%" + }, + { + date: "钢筋原材试验", + name: "6430", + address: "5934", + rale: "99.88%" + }, + { + date: "混泥土抗渗试验", + name: "6430", + address: "5934", + rale: "99.88%" + }, { date: "混泥土抗压试验", name: "6430", @@ -192,7 +216,7 @@ export default { ::v-deep .el-table { color: #7f8691; } -::v-deep .el-table__row .el-table th.is-leaf, .el-table td{ - +::v-deep .el-table td{ + border: none; }