From d9eb3f8449df7791df436f3d69f91814ba6ff79b Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期四, 06 三月 2025 09:47:03 +0800
Subject: [PATCH] art: 设备台账-分类设备 页面修改,直接引用 所有设备页面,统一编码和修改

---
 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