main.js 599 B

123456789101112131415
  1. export const progressTab = {
  2. policy_share: "政策分享",
  3. policy_strive: "政策争取"
  4. }
  5. export const strive_columns = [
  6. { label: "填报单位", props: "companyName" },
  7. { label: "填报部门", props: "deptName" },
  8. { label: "填报人", props: "createName" },
  9. { label: "项目名称", props: "name" },
  10. { label: "预计争取金额", props: "yjStriveAmount", width: "120" },
  11. { label: "应填报日期", props: "ytbDate", width: "120" },
  12. { label: "是否上报", props: "isReport", width: "100" },
  13. { label: "是否迟报", props: "isDelay", width: "100" }
  14. ]