From a4e884bdc000dea9f44f610b269f43c841bf8de0 Mon Sep 17 00:00:00 2001 From: baiqi Date: Fri, 25 Aug 2023 17:03:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20ca?= =?UTF-8?q?se=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2-=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=BA=BA=E8=A2=AB=E9=81=AE=E6=8C=A1=E4=B8=94=E8=BF=99=E8=A1=8C?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=9C=AA=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1029021 --user=白奇 【接口测试】case编辑页面-创建人被遮挡且这行操作未对齐 https://www.tapd.cn/55049933/s/1408479 --- .../components/case/ApiCaseItem.vue | 264 ++++++++---------- 1 file changed, 122 insertions(+), 142 deletions(-) diff --git a/api-test/frontend/src/business/definition/components/case/ApiCaseItem.vue b/api-test/frontend/src/business/definition/components/case/ApiCaseItem.vue index 33dfa83e4b..d235ff08a9 100644 --- a/api-test/frontend/src/business/definition/components/case/ApiCaseItem.vue +++ b/api-test/frontend/src/business/definition/components/case/ApiCaseItem.vue @@ -2,134 +2,94 @@ -
- - - - - - - - {{ apiCase.id ? apiCase.name : '' | ellipsis }} - - - - - - {{ - $t('operating_log.change_history') - }} - -
- - {{ apiCase.updateTime | datetimeFormat }} - {{ apiCase.updateUser }} - {{ $t('api_test.definition.request.update_info') }} - -
-
- - - - - - - - - {{ apiCase.request.method }} - - - {{ apiCase.request.path }} +
+
+ + + + + + {{ apiCase.id ? apiCase.name : '' | ellipsis }} - - - - - - - - - - -
- - - - - - -
-
-
- -
- -
-
-
- + +
+ +
+ + {{ apiCase.updateTime | datetimeFormat }} + {{ apiCase.updateUser }} + {{ $t('api_test.definition.request.update_info') }} + +
+
+
+ + + + + + +
+
+
+ + + + + + +
+
- + - - - -
- {{ apiCase.execTime | datetimeFormat }} - {{ apiCase.updateUser }} -
-
- - - {{ $t('commons.execute_history') }} - - - +
+
+ {{ apiCase.execTime | datetimeFormat }} + {{ apiCase.updateUser }} +
+
+
+ {{ + $t('operating_log.change_history') + }} + + {{ $t('commons.execute_history') }} + +
+
+
+ +
+
@@ -1011,7 +982,16 @@ export default { }; -