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 94f8ecffc..2701e512d 100644 --- a/sino-activity/src/main/resources/templates/activity/consume/consume.html +++ b/sino-activity/src/main/resources/templates/activity/consume/consume.html @@ -1,7 +1,7 @@ - +
@@ -47,14 +47,14 @@ -
  • - - -
  • + + + + + + + +
  •  搜索 @@ -155,13 +155,13 @@ title: '使用主键', visible: false }, - { - field: 'state', - title: '状态', - formatter: function (value, row, index) { - return $.table.selectDictLabel(STATEDatas, value); - } - }, + // { + // field: 'state', + // title: '状态', + // formatter: function (value, row, index) { + // return $.table.selectDictLabel(STATEDatas, value); + // } + // }, // { // field: 'lastupdatetimestamp', // title: '最后修改时间'