From fd1211cd8d25526bfc4039bfa6547c7859e399bb Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期五, 21 六月 2024 12:40:36 +0800 Subject: [PATCH] 提交代码 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectCamera/projectCamera.html | 26 ++++++++++---------------- 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectCamera/projectCamera.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectCamera/projectCamera.html index 51aa254..7f2beff 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectCamera/projectCamera.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectCamera/projectCamera.html @@ -11,24 +11,12 @@ <div class="select-list"> <ul> <li> - <p>椤圭洰id锛�</p> - <input type="text" name="projectId"/> - </li> - <li> <p>鍚嶇О锛�</p> <input type="text" name="name"/> </li> <li> <p>瑙嗛缂栧彿锛�</p> <input type="text" name="code"/> - </li> - <li> - <p>缁忓害锛�</p> - <input type="text" name="lng"/> - </li> - <li> - <p>绾害锛�</p> - <input type="text" name="lat"/> </li> <li> <p>Ip鍦板潃锛�</p> @@ -53,9 +41,9 @@ <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="geo:projectCamera:remove"> <i class="fa fa-remove"></i> 鍒犻櫎 </a> - <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="geo:projectCamera:export"> - <i class="fa fa-download"></i> 瀵煎嚭 - </a> +<!-- <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="geo:projectCamera:export">--> +<!-- <i class="fa fa-download"></i> 瀵煎嚭--> +<!-- </a>--> </div> <div class="col-sm-12 select-table table-striped"> <table id="bootstrap-table"></table> @@ -102,7 +90,8 @@ }, { field : 'ip', - title : 'Ip鍦板潃' + title : 'Ip鍦板潃', + visible: false }, { title: '鎿嶄綔', @@ -111,12 +100,17 @@ var actions = []; actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>缂栬緫</a> '); actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>鍒犻櫎</a>'); + actions.push('<a class="btn btn-info btn-xs ' + '" href="javascript:void(0)" onclick="player(\'' + row.id + '\')"><i class="fa fa-video-camera"></i>鎾斁</a>'); return actions.join(''); } }] }; $.table.init(options); }); + + function player(id) { + $.modal.open('瑙嗛鎾斁', prefix + "/player?id="+id); + } </script> </body> </html> \ No newline at end of file -- Gitblit v1.9.1