Przeglądaj źródła

fix: companyName

tangning 2 lat temu
rodzic
commit
c5e4ef682c
2 zmienionych plików z 2 dodań i 2 usunięć
  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: {