Explorar el Código

fix: companyName

tangning hace 2 años
padre
commit
c5e4ef682c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/views/work/followedList.vue
  2. 1 1
      src/views/work/query.vue

+ 1 - 1
src/views/work/followedList.vue

@@ -200,7 +200,7 @@
         },
         schemas: [
           {
-            field: 'customerName',
+            field: 'companyName',
             component: 'Input',
             label: '客户名称',
             colProps: {

+ 1 - 1
src/views/work/query.vue

@@ -149,7 +149,7 @@
             },
           },
           {
-            field: 'customerName',
+            field: 'companyName',
             component: 'Input',
             label: '客户名称',
             colProps: {