From 0cd32fbb5f0d3705345e9cc787c7237377e3a569 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 6 Dec 2024 09:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/timeTest.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/home/components/timeTest.vue b/frontend/src/views/home/components/timeTest.vue index 242c2da..9d4d014 100644 --- a/frontend/src/views/home/components/timeTest.vue +++ b/frontend/src/views/home/components/timeTest.vue @@ -160,17 +160,17 @@ const columns = reactive([ { prop: 'updataTime', label: '上送时刻', - width: 230, + // width: 230, }, { prop: 'ErrorValue', label: '守时误差', - width: 100, + // width: 100, }, { prop: 'Result', label: '检测结果', - width: 100, + // width: 100, render: (scope) => { if (scope.row.Result === '不合格') { return (