| 12345678910111213 |
- export const columns = [
- { label: "序号", props: "index", width: "60" },
- { 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", width: "120" },
- { label: "入库类别", props: "inWhType", width: "100" }
- ]
|