From dfe35b46051d6c2e1390a727f6a9c49aed347ac2 Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期二, 21 五月 2024 17:00:33 +0800 Subject: [PATCH] bg --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectCamera/projectCamera.html | 5 +++++ 1 files changed, 5 insertions(+), 0 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 f899d22..10596d0 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 @@ -99,12 +99,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