Commit 2d904106 by liuyunfeng

提交trnrel交易

parent 9fd7e00c
...@@ -5,6 +5,7 @@ import Office from "./Office" ...@@ -5,6 +5,7 @@ import Office from "./Office"
import Sptsel from "./Sptsel" import Sptsel from "./Sptsel"
import Trnrel from "./Trnrel" import Trnrel from "./Trnrel"
import Tstopn from "./Tstopn" import Tstopn from "./Tstopn"
import Trndtl from "./Trnrel/Trndtl"
const BusRouter = [ const BusRouter = [
{path:'cptopn',component:Cptopn}, {path:'cptopn',component:Cptopn},
...@@ -13,6 +14,7 @@ const BusRouter = [ ...@@ -13,6 +14,7 @@ const BusRouter = [
{path:'office',component:Office}, {path:'office',component:Office},
{path:'sptsel',component:Sptsel}, {path:'sptsel',component:Sptsel},
{path:'trnrel',component:Trnrel}, {path:'trnrel',component:Trnrel},
{path:'trndtl',query:'inr',component:Trndtl},
{path:'tstopn',component:Tstopn}, {path:'tstopn',component:Tstopn},
] ]
export default BusRouter export default BusRouter
\ No newline at end of file
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
<i class="el-icon-document"></i> <i class="el-icon-document"></i>
<span slot="title">待办任务</span> <span slot="title">待办任务</span>
</el-menu-item> </el-menu-item>
<el-menu-item index="/business/trnrel">
<i class="el-icon-document"></i>
<span slot="title">复核任务</span>
</el-menu-item>
<el-submenu index="1"> <el-submenu index="1">
<template slot="title"> <template slot="title">
......
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