From 9459f21477770ce1d869adeeb9df947fc21c96ca Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期一, 17 六月 2024 10:23:31 +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