Pārlūkot izejas kodu

feat(core): change Api 5

gemercheung 3 gadi atpakaļ
vecāks
revīzija
d274609566
1 mainītis faili ar 9 papildinājumiem un 9 dzēšanām
  1. 9 9
      src/views/corporation/index.vue

+ 9 - 9
src/views/corporation/index.vue

@@ -207,15 +207,15 @@
       const searchForm: Partial<FormProps> = {
         labelWidth: isJA.value ? 150 : 100,
         schemas: [
-          {
-            field: 'id',
-            label: 'id',
-            component: 'Input',
-            colProps: {
-              xl: 8,
-              xxl: 8,
-            },
-          },
+          // {
+          //   field: 'id',
+          //   label: 'id',
+          //   component: 'Input',
+          //   colProps: {
+          //     xl: 8,
+          //     xxl: 8,
+          //   },
+          // },
           {
             field: 'managerPhone',
             label: t('routes.corporation.enterpriseId'),