From c4dfb5bb045d651f2d30d0982a238ef192cde115 Mon Sep 17 00:00:00 2001
From: dy <1197793912@qq.com>
Date: Fri, 26 Mar 2021 11:05:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86-=E6=8A=BD?=
=?UTF-8?q?=E5=A5=96=E8=AE=B0=E5=BD=95=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/activity/record/record.html | 71 +++++++++++--------
1 file changed, 41 insertions(+), 30 deletions(-)
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',