diff --git a/sino-activity/src/main/resources/templates/activity/record/record.html b/sino-activity/src/main/resources/templates/activity/record/record.html
index 82151272f..4d3f1adbb 100644
--- a/sino-activity/src/main/resources/templates/activity/record/record.html
+++ b/sino-activity/src/main/resources/templates/activity/record/record.html
@@ -15,17 +15,17 @@
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -36,15 +36,15 @@
-
-
-
-
-
+
+
+
+
@@ -53,26 +53,29 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -110,6 +113,8 @@
var editFlag = [[${@permission.hasPermi('activity:record:edit')}]];
var removeFlag = [[${@permission.hasPermi('activity:record:remove')}]];
var prefix = ctx + "activity/record";
+ var datas = [[${@dict.getType('prizeLevel')}]];
+ var prizetypes = [[${@dict.getType('prizeType')}]];
$(function() {
var options = {
@@ -153,7 +158,10 @@
},
{
field: 'prizetype',
- title: '奖品类型'
+ title: '奖品类型',
+ formatter: function(value, row, index) {
+ return $.table.selectDictLabel(prizetypes, value);
+ }
},
{
field: 'CHECKINGDATE',
@@ -177,7 +185,10 @@
},
{
field: 'prizelevel',
- title: '奖品等级'
+ title: '奖品等级',
+ formatter: function(value, row, index) {
+ return $.table.selectDictLabel(datas, value);
+ }
},
{
field: 'projectcode',