From 6aa7db36cd059a43fced1a3cb8780f1cace2b936 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期一, 19 二月 2024 16:59:53 +0800
Subject: [PATCH] 增加 选中条数的合计功能以及筛选列记忆功能

---
 src/main/webapp/views/pla/plaDetl.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index 605aef4..e396bed 100644
--- a/src/main/webapp/views/pla/plaDetl.html
+++ b/src/main/webapp/views/pla/plaDetl.html
@@ -284,7 +284,7 @@
 <script type="text/html" id="tbLook">
     <span class="layui-text">
         <a href="javascript:;" lay-event="look">
-            <i class="layui-icon" style="font-size: 12px;">&#xe61a;</i> 鏌ョ湅鏄庣粏
+            <i class="layui-icon" style="font-size: 12px;">&#xe61a;</i> 鏌ョ湅
         </a>
     </span>
 </script>

--
Gitblit v1.9.1