From 6d71b3fac75a35e8ebf08e71ba40c5be8a586024 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 九月 2021 18:10:17 +0800 Subject: [PATCH] 2021-09-08 --- src/menu/components/table/normal-table/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/menu/components/table/normal-table/index.jsx b/src/menu/components/table/normal-table/index.jsx index 2c1524d..b97baf4 100644 --- a/src/menu/components/table/normal-table/index.jsx +++ b/src/menu/components/table/normal-table/index.jsx @@ -56,8 +56,7 @@ width: card.width || 24, search: [ { origin: true, uuid: Utils.getuuid(), label: 'label', type: 'text', match: 'like' }, - { origin: true, uuid: Utils.getuuid(), label: 'label', type: 'select', match: 'equal' }, - { origin: true, uuid: Utils.getuuid(), label: 'label', type: 'date', match: 'greater' } + { origin: true, uuid: Utils.getuuid(), label: 'label', type: 'select', match: 'equal' } ], action: [ { origin: true, uuid: Utils.getuuid(), label: '娣诲姞', intertype: 'system', OpenType: 'pop', icon: 'plus', class: 'green', style: {color: 'rgb(255, 255, 255)', background: 'rgb(38, 194, 129)', marginRight: '15px'} }, -- Gitblit v1.8.0