| 1234567891011121314 |
- export const columns = [
- { label: "政策编号", props: "businessNo" },
- { label: "政策名称", props: "name" },
- { label: "政策概要", props: "abstractContent" },
- { label: "政策类别", props: "zcType", width: "100" },
- { label: "政策等级", props: "zcLevel", width: "100" },
- { label: "发布人", props: "createName" },
- { label: "发布单位", props: "companyName" },
- { label: "联系方式", props: "contactPhone" },
- { label: "发布时间", props: "createTime" },
- { label: "考核评分", props: "score", width: "100" },
- { label: "是否入库", props: "isInWh", width: "100" },
- { label: "入库类别", props: "inWhType", width: "100" }
- ]
|