From 4d13944afeb0e095dfedaf820a192f844f5f541a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 十月 2021 12:11:01 +0800 Subject: [PATCH] 2021-10-15 --- src/menu/components/table/normal-table/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/table/normal-table/index.jsx b/src/menu/components/table/normal-table/index.jsx index 030ba32..fe363e0 100644 --- a/src/menu/components/table/normal-table/index.jsx +++ b/src/menu/components/table/normal-table/index.jsx @@ -55,8 +55,8 @@ dataName: card.dataName || '', 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', field: '', type: 'text', match: 'like' }, + { origin: true, uuid: Utils.getuuid(), label: 'label', field: '', type: 'select', match: 'equal' } ], action: [ { origin: true, uuid: Utils.getuuid(), label: '娣诲姞', intertype: 'system', OpenType: 'pop', execSuccess: 'grid', icon: 'plus', class: 'green', style: {color: 'rgb(255, 255, 255)', background: 'rgb(38, 194, 129)', marginRight: '15px'} }, -- Gitblit v1.8.0