-
+
+
-
-
+ ]
+ };
+ $.table.init(options);
+ });
+
\ No newline at end of file
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 92ea7690b..30505eaa9 100644
--- a/sino-activity/src/main/resources/templates/activity/prizeInfo/info.html
+++ b/sino-activity/src/main/resources/templates/activity/prizeInfo/info.html
@@ -11,24 +11,24 @@
-
-
+
-
+ -
+
+
+
-
-
- -
-
-
-
@@ -39,7 +39,7 @@
-
-
+
@@ -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);
});
diff --git a/sino-activity/src/main/resources/templates/activity/record/add.html b/sino-activity/src/main/resources/templates/activity/record/add.html
index 987ea0b78..9481bc051 100644
--- a/sino-activity/src/main/resources/templates/activity/record/add.html
+++ b/sino-activity/src/main/resources/templates/activity/record/add.html
@@ -41,7 +41,7 @@