From 3cf2bc2f22c997fe5f0a30a6046dd87877bf8185 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 26 九月 2022 18:11:54 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 5e32454..c830e47 100644 --- a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx +++ b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx @@ -25,13 +25,13 @@ let options = [{ value: 'text', - text: Formdict['model.form.text'] + text: '鏂囨湰' }, { value: 'number', - text: Formdict['model.form.number'] + text: '鏁板瓧' }, { value: 'textarea', - text: Formdict['model.form.textarea'] + text: '澶氳鏂囨湰' }, { value: 'custom', text: '鑷畾涔夊垪' @@ -384,7 +384,7 @@ precision: 0, label: Formdict['header.form.decimal'], initVal: card.decimal || 0, - required: true + required: false }, { type: 'number', -- Gitblit v1.8.0