소스 검색

fix:不删了,还原

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

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

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