You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
790 B

import 作业计划完成量统计 from "@/views/cxtj/作业计划完成量统计";
import 技术准备 from "@/views/cxtj/技术准备";
import 看板对应数据 from "@/views/cxtj/看板对应数据表";
import 预切板统计 from "@/views/cxtj/yqbtj";
const methods={
'/scgl/jh/cxtj1':作业计划完成量统计(),
'/scgl/sc/cxtj_jszb':技术准备(),
'/scgl/jh/cxtj_rikwc':看板对应数据('riwc'),
'/scgl/jh/cxtj_zkwc':看板对应数据('zhouwc'),
'/scgl/jh/cxtj_ykwc':看板对应数据('yuewc'),
'/scgl/jh/cxtj_rikcl':看板对应数据('ricl'),
'/scgl/jh/cxtj_zkcl':看板对应数据('zhoucl'),
'/scgl/jh/cxtj_ykcl':看板对应数据('yuecl'),
'/scgl/jh/yqbtj':预切板统计(),
}
const init=(page)=>{
return {...methods[page]}
}
export default init