tangning vor 1 Jahr
Ursprung
Commit
da6224173d
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      src/views/productOperation/cameraScene.vue

+ 14 - 0
src/views/productOperation/cameraScene.vue

@@ -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',