@@ -321,6 +321,8 @@
];
const searchForm: Partial<FormProps> = {
labelWidth: 100,
+ autoSubmitOnEnter: true,
+ autoAdvancedLine: 1,
schemas: [
{
field: 'sceneName',
@@ -347,6 +349,18 @@
},
+ field: 'num',
+ label: '场景码',
+ component: 'Input',
+ componentProps: {
+ maxLength: 100,
+ },
+ colProps: {
+ xl: 6,
+ xxl: 6,
+ {
field: 'userName',
label: '人员编号',
component: 'Input',