export const MOD = "/business"; export const prefix = "/clue"; export const GETSYSFILED = "/sys-dict/getListByCode"; export const GETPERSONNEL = "/user/getSimpleActiveUserList"; export const GETGENERATEFOEM = `/sys-form/getListByCode${MOD}` export const GETBUSINESSLIST = `/business-opportunity/list` export const stageStatus = [ { id: 1, name: "赢单", progress: "100%" }, { id: 2, name: "输单", progress: "0%" }, { id: 3, name: "无效", progress: "0%" } ]