From 2652a3c1485dbbf3b003e13e5c5d1c0205e7c324 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 九月 2020 09:19:46 +0800 Subject: [PATCH] 2020-09-09 --- src/menu/actioncomponent/formconfig.jsx | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/menu/actioncomponent/formconfig.jsx b/src/menu/actioncomponent/formconfig.jsx index 985a7e8..3f590d9 100644 --- a/src/menu/actioncomponent/formconfig.jsx +++ b/src/menu/actioncomponent/formconfig.jsx @@ -119,10 +119,10 @@ text: '绯荤粺' }, { value: 'inner', - text: Formdict['header.form.interface.inner'] + text: Formdict['model.interface.inner'] }, { value: 'outer', - text: Formdict['header.form.interface.outer'] + text: Formdict['model.interface.outer'] }] }, { @@ -130,8 +130,7 @@ key: 'sqlType', label: Formdict['header.form.action.type'], initVal: card.sqlType || '', - tooltip: Formdict['header.form.actionhelp.sqlType'], - required: false, + required: true, options: [] }, { @@ -147,8 +146,7 @@ key: 'sql', label: Formdict['model.form.tablename'], initVal: card.sql || setting.tableName || '', - tooltip: Formdict['header.form.actionhelp.tablename'], - required: false + required: true }, { type: 'text', -- Gitblit v1.8.0