From 023895591327d0c210eec054d2c1d7991cefd413 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 02 三月 2022 00:14:23 +0800 Subject: [PATCH] 2022-03-02 --- src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 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 dc695ac..50f3431 100644 --- a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx +++ b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx @@ -170,6 +170,23 @@ text: '鏄�' }] }, + // { + // type: 'radio', + // key: 'editType', + // label: '缂栬緫绫诲瀷', + // initVal: card.editType || 'text', + // required: true, + // options: [{ + // value: 'text', + // text: '鏂囨湰' + // }, { + // value: 'select', + // text: '涓嬫媺' + // }, { + // value: 'switch', + // text: '寮�鍏�' + // }] + // }, { type: 'radio', key: 'required', -- Gitblit v1.8.0