From 6b72e0d7751fba6af94a64020ac1fb1199612d05 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 14 五月 2023 20:56:03 +0800 Subject: [PATCH] 2023-05-14 --- src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx index a4d00e0..72898a7 100644 --- a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx +++ b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx @@ -259,16 +259,16 @@ text: '鏁版嵁婧�' }] }, - { - type: 'select', - key: 'editField', - label: '缂栬緫瀛楁', - initVal: card.editField || '', - tooltip: '褰撳�间笌鎻愮ず鏂囧瓧涓嶅悓鏃讹紝鍙澶栨坊鍔犵紪杈戝瓧娈碉紝浣滀负瀹為檯鍊肩殑褰曞叆瀛楁銆�', - allowClear: true, - required: false, - options: fields - }, + // { + // type: 'select', + // key: 'editField', + // label: '缂栬緫瀛楁', + // initVal: card.editField || '', + // tooltip: '褰撳�间笌鎻愮ず鏂囧瓧涓嶅悓鏃讹紝鍙澶栨坊鍔犵紪杈戝瓧娈碉紝浣滀负瀹為檯鍊肩殑褰曞叆瀛楁銆�', + // allowClear: true, + // required: false, + // options: fields + // }, { type: 'options', key: 'options', -- Gitblit v1.8.0