tangning 1 vuosi sitten
vanhempi
commit
bf408c117c
1 muutettua tiedostoa jossa 24 lisäystä ja 24 poistoa
  1. 24 24
      src/views/product/rtk/AddModal.vue

+ 24 - 24
src/views/product/rtk/AddModal.vue

@@ -93,6 +93,30 @@
           // required: true,
         },
         {
+          field: 'rtkSnCode',
+          component: 'Input',
+          required: true,
+          label: '板卡sn号',
+          componentProps: {
+            maxLength: 50,
+          },
+          colProps: {
+            span: 20,
+          },
+        },
+        {
+          field: 'operator',
+          component: 'Input',
+          required: true,
+          label: '运营商',
+          componentProps: {
+            maxLength: 50,
+          },
+          colProps: {
+            span: 20,
+          },
+        },
+        {
           field: 'ipAddr',
           component: 'Input',
           label: 'IP地址',
@@ -173,30 +197,6 @@
           },
           colProps: { span: 20 },
         },
-        {
-          field: 'rtkSnCode',
-          component: 'Input',
-          required: true,
-          label: '板卡sn号',
-          componentProps: {
-            maxLength: 50,
-          },
-          colProps: {
-            span: 20,
-          },
-        },
-        {
-          field: 'operator',
-          component: 'Input',
-          required: true,
-          label: '运营商',
-          componentProps: {
-            maxLength: 50,
-          },
-          colProps: {
-            span: 20,
-          },
-        },
       ];
       const [registerForm, { validate, resetFields, setFieldsValue, updateSchema }] = useForm({
         labelWidth: 120,