From 81d0d7721bb14a34b1eef99fd9506c3eda4bda99 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十月 2023 17:17:47 +0800 Subject: [PATCH] 2023-10-18 --- src/templates/sharecomponent/searchcomponent/searchform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/searchcomponent/searchform/index.jsx b/src/templates/sharecomponent/searchcomponent/searchform/index.jsx index f0139ed..2acd0d3 100644 --- a/src/templates/sharecomponent/searchcomponent/searchform/index.jsx +++ b/src/templates/sharecomponent/searchcomponent/searchform/index.jsx @@ -11,8 +11,8 @@ import './index.scss' const ColorSketch = asyncComponent(() => import('@/mob/colorsketch')) -const FieldsTable = asyncComponent(() => import('@/templates/zshare/modalform/fieldtable')) const EditTable = asyncComponent(() => import('@/templates/zshare/modalform/modaleditable')) +const FieldsTable = asyncComponent(() => import('@/templates/zshare/editTable')) const groupOptions = [ { @@ -623,7 +623,7 @@ { required: item.required, message: '璇锋坊鍔�' + item.label + '!' } ] - content = <FieldsTable onChange={this.changeField}/> + content = <FieldsTable indexShow={false} actions={['edit', 'move', 'del', 'add']} columns={item.columns} data={this.record.fields || []} onChange={this.changeField}/> } else if (item.type === 'checkbox') { rules = [ { required: item.required, message: '璇烽�夋嫨' + item.label + '!' } -- Gitblit v1.8.0