export const BUSINESS_TYPE_DICT = { finance:{value: "finance", label: "金融"}, operator:{value: "operator", label: "运营商"}, region:{value: "region", label: "区域城市"}, postal:{value: "postal", label: "邮政"}, education:{value: "education", label: "教育"}, ka:{value: "ka", label: "KA拓展"}, others:{value: "others", label: "其他"}, } export const BUSSINESS_TYPE_LIST = Object.keys(BUSINESS_TYPE_DICT)