From 2a295f2a7a403fcace3b1792d2122b0af430de00 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 31 三月 2022 10:47:42 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/home/navigation.html                   |    8 ++++----
 src/main/java/com/zy/common/model/enums/HtmlNavIconType.java |    3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/zy/common/model/enums/HtmlNavIconType.java b/src/main/java/com/zy/common/model/enums/HtmlNavIconType.java
index 5fc44ee..77c4569 100644
--- a/src/main/java/com/zy/common/model/enums/HtmlNavIconType.java
+++ b/src/main/java/com/zy/common/model/enums/HtmlNavIconType.java
@@ -12,7 +12,8 @@
     IO_WORK("ioWork", "layui-icon-flag"),
     WORK_FLOW("workFlow", "layui-icon-form"),
     BASE("base", "layui-icon-file"),
-    ORDER("erp", "layui-icon-senior")
+    ORDER("erp", "layui-icon-senior"),
+    SENSOR("sensor", "layui-icon-engine"),
     ;
 
 
diff --git a/src/main/webapp/views/home/navigation.html b/src/main/webapp/views/home/navigation.html
index fcfbd84..64ce2a6 100644
--- a/src/main/webapp/views/home/navigation.html
+++ b/src/main/webapp/views/home/navigation.html
@@ -118,12 +118,12 @@
 </div>
 
 <div class="center">
-    <a class="list fn_1 moveUpDownFla1" ew-href="wrkMast/wrkMast.html?resourceId=214">
-        <p>杩愯浠诲姟</p>
-    </a>
-    <a class="list fn_2 moveUpDownFla2" ew-href="order/order.html?resourceId=40517">
+    <a class="list fn_1 moveUpDownFla1" ew-href="order/order.html?resourceId=40517">
         <p>鍗曟嵁绠$悊</p>
     </a>
+    <a class="list fn_2 moveUpDownFla2" ew-href="wrkMast/wrkMast.html?resourceId=214">
+        <p>杩愯浠诲姟</p>
+    </a>
     <a class="list fn_3 moveUpDownFla1" ew-href="stoMan/stoQue.html?resourceId=10276">
         <p>搴撳瓨鏄庣粏</p>
     </a>

--
Gitblit v1.9.1