From 6e3a0f4b8f813c53dfd9ce4f45a35226c8974ce8 Mon Sep 17 00:00:00 2001
From: dy <1197793912@qq.com>
Date: Wed, 31 Mar 2021 11:52:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86-=E5=A5=96?=
=?UTF-8?q?=E5=93=81=E7=AE=A1=E7=90=86=E5=88=97=E8=A1=A8=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/activity/prizeInfo/info.html | 21 ++++++++++---------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/sino-activity/src/main/resources/templates/activity/prizeInfo/info.html b/sino-activity/src/main/resources/templates/activity/prizeInfo/info.html
index 9c3ab91e9..73b3004b7 100644
--- a/sino-activity/src/main/resources/templates/activity/prizeInfo/info.html
+++ b/sino-activity/src/main/resources/templates/activity/prizeInfo/info.html
@@ -142,16 +142,17 @@
field: 'integralprojectcode',
title: '积分项目编码'
},
- {
- title: '操作',
- align: 'center',
- formatter: function(value, row, index) {
- var actions = [];
- actions.push('编辑 ');
- actions.push('删除');
- return actions.join('');
- }
- }]
+ // {
+ // title: '操作',
+ // align: 'center',
+ // formatter: function(value, row, index) {
+ // var actions = [];
+ // actions.push('编辑 ');
+ // actions.push('删除');
+ // return actions.join('');
+ // }
+ // }
+ ]
};
$.table.init(options);
});