From 487754376a1eb675d430a64b7a4aa9e7ffeb405b Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 25 八月 2023 09:54:15 +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