From 3db6d5c4d17ab9942a5c89a167c1f06ca485f355 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 16 七月 2025 21:21:14 +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