From 74fd6eb7fb0322078f7946f51073f20e90231df1 Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期二, 01 四月 2025 11:54:00 +0800 Subject: [PATCH] # --- src/main/webapp/views/report/locDetl.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/views/report/locDetl.html b/src/main/webapp/views/report/locDetl.html index 3ad4136..da8c5be 100644 --- a/src/main/webapp/views/report/locDetl.html +++ b/src/main/webapp/views/report/locDetl.html @@ -24,9 +24,9 @@ </div> <table class="layui-hide" id="locDetlByMap" lay-filter="locDetlByMap"></table> -<script type="text/html" id="operate"> - <a class="layui-btn layui-btn-xs loc-detl" lay-event="locDetlRullUp">鏌ョ湅鍗蜂俊鎭�</a> -</script> +<!--<script type="text/html" id="operate">--> +<!-- <a class="layui-btn layui-btn-xs loc-detl" lay-event="locDetlRullUp">鏌ョ湅鍗蜂俊鎭�</a>--> +<!--</script>--> </body> <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> @@ -41,7 +41,7 @@ {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'} ]; cols.push.apply(cols, detlCols); - cols.push.apply(cols, [{ fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate'}]); + // cols.push.apply(cols, [{ fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate'}]); return cols; } @@ -105,7 +105,7 @@ rollUp = data.rollUp layer.open({ type: 2, - title: '鍗峰彿淇℃伅', + title: 'MES宸ヤ綔鍙蜂俊鎭�', maxmin: true, area: [top.detailWidth, top.detailHeight], shadeClose: true, -- Gitblit v1.9.1