export const progressTab = { policy_share: "政策分享", policy_strive: "政策争取" } export const strive_columns = [ { label: "填报单位", props: "companyName" }, { label: "填报部门", props: "deptName" }, { label: "填报人", props: "createName" }, { label: "项目名称", props: "name" }, { label: "预计争取金额", props: "yjStriveAmount", width: "120" }, { label: "应填报日期", props: "ytbDate", width: "120" }, { label: "是否上报", props: "isReport", width: "100" }, { label: "是否迟报", props: "isDelay", width: "100" } ]