export const columns = [ { label: "政策编号", props: "businessNo" }, { label: "状态", props: "status", width: "100" }, { label: "是否落地", props: "isLand", width: "100" }, { label: "项目名称", props: "name" }, { label: "项目概要", props: "abstractContent" }, { label: "项目等级", props: "zcLevel", width: "100" }, { label: "项目类别", props: "zcType", width: "100" }, { label: "政策文号", props: "docNo" }, { label: "预计争取金额", props: "yjStriveAmount", width: "120" }, { label: "预计完成日期", props: "yjFinishTime", width: "120" }, { label: "责任人", props: "directorName" }, { label: "填报人", props: "createName" }, { label: "填报部门", props: "deptName" }, { label: "填报单位", props: "companyName" }, { label: "联系方式", props: "contactPhone" }, { label: "填报日期", props: "createTime", width: "120" } ] export const rewardTypeDic = { 1: "依据国家法律法规享受的财税政策优惠及人力资源政策", 2: "向各级政府争取的个性化财税政策及人力资源政策", 3: "向各级政府及有关部门、行业协会及其他非政府组织(机构)争取的鼓励创新类资金", 4: "其他个性化政策支持" } export const statusDic = { active: "待上报", approve: "审核中", done: "争取中", inactive: "退回" }