From 8376bbb21e3b3f79b1c8a55388273b9c3651b92a Mon Sep 17 00:00:00 2001 From: dy <1197793912@qq.com> Date: Wed, 31 Mar 2021 15:20:15 +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=E6=AC=A1=E6=95=B0=E4=BD=BF=E7=94=A8=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/activity/consume/consume.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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: '最后修改时间'