From eb96c650d25d9d17ea3c582cd091dbeff9909bf1 Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期五, 23 十二月 2022 08:52:07 +0800
Subject: [PATCH] #
---
 src/main/webapp/views/pipeline.html |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 8ab209f..6415b2f 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -73,13 +73,12 @@
                             </div>
                         </fieldset>
                     </div>
-
-                    <div>
-                        <span style="color: #1E9FFF">PLC寮傚父淇℃伅琛�:</span>
-                    </div>
                 </div>
                 <!-- 涓讳綋 -->
                 <div class="plc-log-body">
+                    <div>
+                        <span style="color: #1E9FFF">PLC寮傚父淇℃伅琛�:</span>
+                    </div>
                     <table id="plc-error-table">
                         <thead>
                         <tr>
@@ -227,7 +226,7 @@
                             method: 'POST',
                             success: function (res) {
                                 if (res.code === 200){
-                                    layer.msg(res.msg, {icon: 1})
+                                    layer.msg("鎿嶄綔鎴愬姛锛岃鑰愬績绛夊緟涓�鍒嗛挓", {icon: 1})
                                 } else if (res.code === 403){
                                     window.location.href = baseUrl+"/login";
                                 }  else {
--
Gitblit v1.9.1