소스 검색

fix:客户导出字段修改

ly 9 달 전
부모
커밋
5223249a97
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      src/views/business/crm/company/ExportColumn.vue

+ 1 - 9
src/views/business/crm/company/ExportColumn.vue

@@ -121,15 +121,7 @@ const defaultColumns = ref([
   {
     field: "isZero",
     label: "是否零申报",
-  },
-  {
-    field: "collectionMethod",
-    label: "征收方式",
-  },
-  {
-    field: "quotaAmount",
-    label: "定额金额",
-  },
+  }
 ]);
 
 const sourceCategories = ref([]);