From 5d57e3138d9c6a2b5cca4f07c698945e060d32cb Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 13 六月 2024 15:06:01 +0800 Subject: [PATCH] 添加 --- src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html b/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html index 1dc306c..f0376bd 100644 --- a/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html +++ b/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html @@ -78,7 +78,7 @@ }, { field: 'hazardSource', - title: '风险分析对象编码' + title: '风险分析对象' }, { field: 'checkType', @@ -143,7 +143,6 @@ align: 'center', formatter: function (value, row, index) { var actions = []; - actions.push("<a class='btn btn-default btn-xs' href='#' onclick='jobLog(" + row.indexId + ")'><i class='fa fa-list'></i>获取indexId</a>"); actions.push('<a class="btn btn-success btn-xs" href="#" onclick="$.operate.edit(\'' + row.indexId + '\')"><i class="fa fa-edit"></i>编辑</a> '); actions.push("<a class='btn btn-warning btn-xs' href='#' onclick='$.operate.detail(" + row.indexId + ")'><i class='fa fa-search'></i>查看</a> "); return actions.join(''); @@ -158,9 +157,6 @@ // 所属风险单元 search.id = $("#riskId").val(); return search; - } - function jobLog(indexId) { - console.log(indexId,'indexId') } </script> </body> -- Gitblit v1.9.2