diff --git a/sino-activity/src/main/resources/templates/activity/DrawTaskNotify/DrawTaskNotify.html b/sino-activity/src/main/resources/templates/activity/DrawTaskNotify/DrawTaskNotify.html index d6653103c..46a7cf3c1 100644 --- a/sino-activity/src/main/resources/templates/activity/DrawTaskNotify/DrawTaskNotify.html +++ b/sino-activity/src/main/resources/templates/activity/DrawTaskNotify/DrawTaskNotify.html @@ -19,44 +19,47 @@
  • - - - +
  • -
  • - - -
  • + + + +
  • - -
  • -
  • - - +
  • + + + +
  • -
  • - - -
  • + + + +
  • -
  • - - -
  • -
  • - - -
  • + + + + + + + +
  •  搜索  重置 @@ -91,6 +94,7 @@ var removeFlag = [[${@permission.hasPermi('activity:DrawTaskNotify:remove')}]]; var STATEDatas = [[${@dict.getType('status')}]]; var prefix = ctx + "activity/DrawTaskNotify"; + var drawTypes = [[${@dict.getType('drawType')}]]; $(function() { var options = { @@ -103,10 +107,10 @@ columns: [{ checkbox: true }, - { - field: 'tasknotifyid', - title: '业务主键' - }, + // { + // field: 'tasknotifyid', + // title: '业务主键' + // }, { field: 'drawcode', title: '活动代码' @@ -122,7 +126,10 @@ }, { field: 'type', - title: '赠送次数类型' + title: '赠送次数类型', + formatter: function(value, row, index) { + return $.table.selectDictLabel(drawTypes, value); + } }, { field: 'addnumber',