diff --git a/extension/qfq/sql/formEditor.sql b/extension/qfq/sql/formEditor.sql index 6136b0e9705a9a3a9d8b78c96555ffa05d17c4bc..2f61092ae1c2ff56222d134d7dabd292e4c04117 100644 --- a/extension/qfq/sql/formEditor.sql +++ b/extension/qfq/sql/formEditor.sql @@ -164,7 +164,7 @@ VALUES '', '', 4, ''), (1, '', 'FormElements', 'show', 'subrecord', 'all', 'native', 500, 0, 0, '', '', '', - '{{!SELECT id, feIdContainer, name, label, mode, class, type, ord, size, sql1, parameter FROM FormElement WHERE formId={{id:R0}}}}', + '{{!SELECT id, feIdContainer, name, label, mode, class, type, ord, size, sql1, parameter FROM FormElement WHERE formId={{id:R0}} ORDER BY ord, id}}', '', 'form=formElement\ndetail=id:formId', 5, 'new,edit,delete'); # @@ -214,7 +214,7 @@ VALUES (2, 'tooltip', 'Tooltip', 'show', 'text', 'all', 'native', 280, 40, 255, '', '', '', '', '', '', 102, '', 'no'), (2, 'placeholder', 'Placeholder', 'show', 'text', 'all', 'native', 290, 40, 255, '', '', '', '', '', '', 102, '', 'no'), (2, 'value', 'value', 'show', 'text', 'all', 'native', 300, 40, 255, '', '', '', '', '', '', 103, '', 'no'), - (2, 'sql1', 'sql1', 'show', 'text', 'all', 'native', 310, '40,4', 255, '', '', '', '', '', '', 103, '', 'no'), + (2, 'sql1', 'sql1', 'show', 'text', 'all', 'native', 310, '70,5', 255, '', '', '', '', '', '', 103, '', 'no'), (2, 'parameter', 'Parameter', 'show', 'text', 'all', 'native', 320, '40,4', 255, '', '', '', '', '', '', 103, '', 'no'), (2, 'clientJs', 'ClientJS', 'show', 'text', 'all', 'native', 330, 40, 255, '', '', '', '', '', '', 103, '', 'no'),