From 5619413f376a180465dd2155f98d94022c737048 Mon Sep 17 00:00:00 2001
From: GGJ <357021191@qq.com>
Date: Thu, 10 Apr 2025 11:11:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E4=BD=BF?=
=?UTF-8?q?=E8=83=BD=E9=BB=98=E8=AE=A4=E5=A4=9F=E9=80=89=E9=80=9A=E9=81=93?=
=?UTF-8?q?=E4=BD=BF=E8=83=BD=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=9A=82=E6=80=81?=
=?UTF-8?q?=E4=BD=BF=E8=83=BD=E6=8C=81=E7=BB=AD=E6=97=B6=E9=97=B4=E4=BF=9D?=
=?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/testProjectPopup.vue | 48 ++++++++++++++-----
.../components/testScriptDipTab.vue | 8 ++++
2 files changed, 45 insertions(+), 11 deletions(-)
diff --git a/frontend/src/views/machine/testScript/components/testProjectPopup.vue b/frontend/src/views/machine/testScript/components/testProjectPopup.vue
index 7c74737..137d2b1 100644
--- a/frontend/src/views/machine/testScript/components/testProjectPopup.vue
+++ b/frontend/src/views/machine/testScript/components/testProjectPopup.vue
@@ -31,7 +31,11 @@
:show-header="false"
:span-method="arraySpanMethod"
:cell-style="tableStyle.cellStyle"
- :header-cell-style="{ textAlign: 'center', backgroundColor: 'var(--el-color-primary)', color: '#fff' }"
+ :header-cell-style="{
+ textAlign: 'center',
+ backgroundColor: 'var(--el-color-primary)',
+ color: '#fff'
+ }"
@cell-click="handleRowClick"
:key="key"
>
@@ -89,18 +93,22 @@