tangning 1 年之前
父節點
當前提交
da6224173d
共有 1 個文件被更改,包括 14 次插入0 次删除
  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',