// print import PrintPlanManage from "./views/PrintPlanManage.vue"; import BusinessDataExport from "./views/BusinessDataExport.vue"; import BusinessDataDetail from "./views/BusinessDataDetail.vue"; import PlanLinkPaper from "./views/PlanLinkPaper.vue"; import PrintTaskManage from "./views/PrintTaskManage.vue"; import PrintProgressManage from "./views/PrintProgressManage.vue"; export default [ { path: "/print/print-plan-manage", name: "PrintPlanManage", component: PrintPlanManage }, { path: "/print/business-data-export", name: "BusinessDataExport", component: BusinessDataExport }, { path: "/print/business-data-detail", name: "BusinessDataDetail", component: BusinessDataDetail }, { path: "/print/plan-link-paper", name: "PlanLinkPaper", component: PlanLinkPaper }, { path: "/print/print-task-manage", name: "PrintTaskManage", component: PrintTaskManage }, { path: "/print/print-progress-manage", name: "PrintProgressManage", component: PrintProgressManage } ];