diff --git a/apps/web-antd/src/views/monitor/operlog/operation-preview-drawer.vue b/apps/web-antd/src/views/monitor/operlog/operation-preview-drawer.vue index 4e4183da..070465f7 100644 --- a/apps/web-antd/src/views/monitor/operlog/operation-preview-drawer.vue +++ b/apps/web-antd/src/views/monitor/operlog/operation-preview-drawer.vue @@ -57,7 +57,7 @@ const items = computed(() => { { label: '操作模块', content: ( -
+
{data.title} {renderDict(data.businessType, DictEnum.SYS_OPER_TYPE)}
@@ -70,10 +70,10 @@ const items = computed(() => { { label: '请求信息', content: ( - <> +
{renderHttpMethodTag(data.requestMethod)} {data.operUrl} - +
), }, data.errorMsg