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 }}& + + + + + + + + + + + + + + + + + + - - + + + - +