diff --git a/package.json b/package.json index e67d60f26cc6cf159ae2ef79d53b0c32f1707b19..9eaf74330abf2f0f4ba0ca5601323654dfc90244 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "vue": "3.4.34", "vue-cropper": "1.1.1", "vue-i18n": "9.10.2", + "vue-json-pretty": "2.4.0", "vue-router": "4.3.2", "vue-types": "5.1.1", "vxe-table": "4.5.22" @@ -66,10 +67,10 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-define-config": "2.1.0", + "eslint-plugin-import": "2.29.1", + "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-import": "2.29.1", "eslint-plugin-vue": "9.23.0", "fast-glob": "3.3.2", "postcss": "8.4.36", diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index ed0d75515ea2613c5f7e22ce7c2fef2627fcedc1..fcecab7c02c806ddc6153bf589ab51819e3fca97 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -123,56 +123,14 @@ - - - - - {{ form.operName }} / {{ form.deptName }} / {{ form.operIp }} / {{ form.operLocation }} - - - {{ form.requestMethod }} {{ form.operUrl }} - - - {{ form.title }} / {{ typeFormat(form) }} - - - {{ form.method }} - - - {{ form.operParam }} - - - {{ form.jsonResult }} - - - -
正常
-
失败
-
-
- - {{ form.costTime }}毫秒 - - - {{ parseTime(form.operTime) }} - - - {{ form.errorMsg }} - -
-
- -
+ + +