From 1d62e2f6ceb52110edd286da6c0e6bf676955755 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 28 Aug 2025 11:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BC=98=E5=8C=96=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/package.json | 4 +- .../log/loghttp/component/logDetail.vue | 99 +++++++++++-------- Web/src/views/system/log/loghttp/index.vue | 22 +++-- 3 files changed, 74 insertions(+), 51 deletions(-) diff --git a/Web/package.json b/Web/package.json index 6502e85a..e45dd432 100644 --- a/Web/package.json +++ b/Web/package.json @@ -81,7 +81,7 @@ "vue-router": "^4.5.1", "vue-signature-pad": "^3.0.2", "vue3-tree-org": "^4.2.2", - "vxe-pc-ui": "^4.9.5", + "vxe-pc-ui": "^4.9.6", "vxe-table": "^4.16.1", "xe-utils": "^3.7.8", "xlsx-js-style": "^1.2.0" @@ -96,7 +96,7 @@ "@typescript-eslint/eslint-plugin": "^8.41.0", "@typescript-eslint/parser": "^8.41.0", "@vitejs/plugin-vue": "^6.0.1", - "@vitejs/plugin-vue-jsx": "^5.1.0", + "@vitejs/plugin-vue-jsx": "^5.1.1", "@vue/compiler-sfc": "^3.5.20", "cli-progress": "^3.12.0", "code-inspector-plugin": "^1.2.6", diff --git a/Web/src/views/system/log/loghttp/component/logDetail.vue b/Web/src/views/system/log/loghttp/component/logDetail.vue index 19dd452a..41917999 100644 --- a/Web/src/views/system/log/loghttp/component/logDetail.vue +++ b/Web/src/views/system/log/loghttp/component/logDetail.vue @@ -8,42 +8,60 @@ - - - - {{ data.httpClientName }} - - - {{ data.httpApiDesc }} - - - {{ data.requestUrl?.indexOf('?') == -1 ? data.requestUrl : data.requestUrl?.substring(0, data.requestUrl.indexOf('?')) }} - - - - {{ key }} = {{ value }}& - - - - - - - - - - - - - - - - - - + + + {{ data.requestUrl?.indexOf('?') == -1 ? data.requestUrl : data.requestUrl?.substring(0, data.requestUrl.indexOf('?')) }} + + + {{ data.statusCode }} + + + {{ data.httpClientName }} + + + {{ data.httpApiDesc }} + + + {{ data.startTime }} + + + {{ data.endTime }} + + {{ data.elapsed }} ms + + {{ data.createUserName }} + + + {{ data.createTime }} + + + + + + + {{ key }} = {{ value }}& + + + + + + + + + + + + + + + + + + - - + + + - +