main.js 700 B

1234567891011121314
  1. export const columns = [
  2. { label: "政策编号", props: "businessNo" },
  3. { label: "政策名称", props: "name" },
  4. { label: "政策概要", props: "abstractContent" },
  5. { label: "政策类别", props: "zcType", width: "100" },
  6. { label: "政策等级", props: "zcLevel", width: "100" },
  7. { label: "发布人", props: "createName" },
  8. { label: "发布单位", props: "companyName" },
  9. { label: "联系方式", props: "contactPhone" },
  10. { label: "发布时间", props: "createTime" },
  11. { label: "考核评分", props: "score", width: "100" },
  12. { label: "是否入库", props: "isInWh", width: "100" },
  13. { label: "入库类别", props: "inWhType", width: "100" }
  14. ]