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);
});