diff --git a/sino-activity/src/main/resources/templates/activity/consume/consume.html b/sino-activity/src/main/resources/templates/activity/consume/consume.html
index 7be681b1c..352c7241e 100644
--- a/sino-activity/src/main/resources/templates/activity/consume/consume.html
+++ b/sino-activity/src/main/resources/templates/activity/consume/consume.html
@@ -18,32 +18,35 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
搜索
@@ -78,6 +81,8 @@
var editFlag = [[${@permission.hasPermi('activity:consume:edit')}]];
var removeFlag = [[${@permission.hasPermi('activity:consume:remove')}]];
var prefix = ctx + "activity/consume";
+ var drawTypes = [[${@dict.getType('drawType')}]];
+ var STATEDatas = [[${@dict.getType('status')}]];
$(function() {
var options = {
@@ -113,7 +118,10 @@
},
{
field: 'type',
- title: '赠送次数类型'
+ title: '赠送次数类型',
+ formatter: function(value, row, index) {
+ return $.table.selectDictLabel(drawTypes, value);
+ }
},
{
field: 'consumenumber',
@@ -129,7 +137,10 @@
},
{
field: 'state',
- title: '状态'
+ title: '状态',
+ formatter: function(value, row, index) {
+ return $.table.selectDictLabel(STATEDatas, value);
+ }
},
// {
// field: 'createtimestamp',