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 = () => {