From 890cb68586fe79d95b37ee0ad78df0d9f7dce796 Mon Sep 17 00:00:00 2001
From: zhitong.yu <xynz17@163.com>
Date: 星期三, 19 六月 2024 09:45:34 +0800
Subject: [PATCH] 通用版本V1.7 注:1.显示围栏名称 2.中英文版切换 3.引擎异常短信提示

---
 src/main/webapp/HouTai/WeiLanList/WeiLanListJs/WeiLanJs.js |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/WeiLanJs.js b/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/WeiLanJs.js
index 30ff331..babc390 100644
--- a/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/WeiLanJs.js
+++ b/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/WeiLanJs.js
@@ -27,6 +27,13 @@
         ,limits: [10, 20, 30, 40, 50,60,70,80,90,100,100000]
         ,limit: 20,
     });
+    $(document).on('click', '.layui-laypage a', function(){
+        if (sessionStorage.getItem("YuYan") == "English"){
+            setTimeout(function (){
+                translate.execute()
+            },10)
+        }
+    });
     table.on('tool(weilanList)', function(obj){
         var data = obj.data;
         console.log(data.id)
@@ -115,6 +122,13 @@
                     ,where: whereParams
                 });
                 layer.msg('鎼滅储鎴愬姛')
+                $("#btnAdd").show();
+                $("#btnUpdate").show();
+                $("#btnDelete").show();
+                $("#btnShuaXin").show();
+                $("#seah").show();
+                $("#btnSerach").show();
+                $("#Ch1").show();
                 break;
         }
     })

--
Gitblit v1.10.0