From bd01a01fccafebadc4f9c9c79a72f85fbb7c4d6e Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 18 八月 2023 11:17:09 +0800 Subject: [PATCH] 定时任务的日志界面的导出功能加参数 --- src/views/system/modules/QuartzJobDetails.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/system/modules/QuartzJobDetails.vue b/src/views/system/modules/QuartzJobDetails.vue index db41484..d96e548 100644 --- a/src/views/system/modules/QuartzJobDetails.vue +++ b/src/views/system/modules/QuartzJobDetails.vue @@ -4,7 +4,10 @@ cancelText="鍏抽棴"> <a-card :bordered="false"> <div> - {{textContent}} + <pre> + {{textContent}} + </pre> + </div> </a-card> </a-modal> @@ -38,7 +41,7 @@ }, methods: { showDetails(record){ - console.log(record) + // console.log(record) this.visible = true this.textContent = record.exceptionDetail }, -- Gitblit v1.9.3