From e67503fd8cc820ff14fa3398a9a7e072d4964444 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期五, 06 五月 2022 14:25:57 +0800 Subject: [PATCH] 新增导出功能 --- src/main/webapp/views/locStatis/locStatis.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/locStatis/locStatis.html b/src/main/webapp/views/locStatis/locStatis.html index 2bdd8e0..ea0e94f 100644 --- a/src/main/webapp/views/locStatis/locStatis.html +++ b/src/main/webapp/views/locStatis/locStatis.html @@ -40,7 +40,9 @@ <button class="layui-btn" lay-event="exportAll" style="margin-top: -0px">瀵煎嚭鍏ㄩ儴</button> </div> </script> - +<script type="text/html" id="operate"> + <a lay-event="detail" style="font-family: 'Bahnschrift' !important;color: #1890ff;cursor: pointer">璐т綅搴撳瓨</a> +</script> <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script> -- Gitblit v1.9.1