Commit 099b862e authored by ytbdmhy's avatar ytbdmhy

mhy

parent ae8687cc
...@@ -126,16 +126,22 @@ const router = new Router({ ...@@ -126,16 +126,22 @@ const router = new Router({
name:"数据导入", name:"数据导入",
component: importByExcel component: importByExcel
}, },
{ // {
path:"/treatmentApplicationAudit", // path:"/treatmentApplicationAudit",
name:"待遇申请审核", // name:"待遇申请审核",
component: treatmentApplicationAudit // component: treatmentApplicationAudit
}, // },
{ {
path:"/insuranceCancellationAudit", path:"/insuranceCancellationAudit",
name:"参保注销审核", name:"参保注销审核",
component: insuranceCancellationAudit component: insuranceCancellationAudit
} }
,{
path:"/application",
name:"待遇申请审核",
component: application
}
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment