From 7a6573b4da9971c503a40b43817be4276f73f6b8 Mon Sep 17 00:00:00 2001 From: xiaoxialulu <546464268@qq.com> Date: Fri, 27 Sep 2024 16:45:10 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=9F=BA=E7=A1=80=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unit-backend/.idea/workspace.xml | 33 +-- .../views/https/case/components/detail.vue | 245 ++++++++++-------- 2 files changed, 150 insertions(+), 128 deletions(-) diff --git a/unit-backend/.idea/workspace.xml b/unit-backend/.idea/workspace.xml index 1a6dce1..da61575 100644 --- a/unit-backend/.idea/workspace.xml +++ b/unit-backend/.idea/workspace.xml @@ -4,15 +4,8 @@ - + - - - - - - - @@ -541,15 +534,7 @@ - - - - - 1716196818448 - - - - 1716196818448 + @@ -935,7 +920,15 @@ 1727417802331 - + + + 1727425071732 + + + + 1727425071732 + + @@ -965,7 +958,6 @@ - @@ -990,7 +982,8 @@ - + + diff --git a/web/src/views/https/case/components/detail.vue b/web/src/views/https/case/components/detail.vue index 6bc922d..1727dd9 100644 --- a/web/src/views/https/case/components/detail.vue +++ b/web/src/views/https/case/components/detail.vue @@ -18,129 +18,154 @@ - - - 用例步骤 - - - - - - - + + + + 测试步骤 + + + + + + - - - - - - + + + + + + {{ scope.row.method }} - - - - - - - + + + + + + + {{ scope.row.name }} - - - - - - - - - - 添加步骤 - - - - - - - {{ value }} - - - - - - - - + + + + + + + + + + 添加步骤 + + + + + + + {{ value }} + + + + + + + + + + - - - - 用例配置 - - - - - - - - - - - - - - - - - - 调试 - 保存 - + + + + 功能测试 + + + + + + + + + + + + + + + + + 调试 + + + + + 保存 + + + + + + @@ -168,6 +193,10 @@ const ruleFormRef = ref() const tableData = reactive([ ]) +const TestActiveName = ref('FunctionalTests') + +const SettingActiveName = ref('TestConfiguration') + const loading = ref(false) const createForm = () => {