Commit 18c7a8e4 by 闫泽浩

updpts更新

parent d1211671
...@@ -84,7 +84,7 @@ import Dbefee from "./Dbefee"; ...@@ -84,7 +84,7 @@ import Dbefee from "./Dbefee";
import Dbdfee from "./Dbdfee"; import Dbdfee from "./Dbdfee";
import InfBtb from "./Infbtb"; import InfBtb from "./Infbtb";
import Indpts from "./Indpts"; import Infpts from "./Infpts";
import DbiBtb from "./Dbibtb"; import DbiBtb from "./Dbibtb";
import Infcup from "./Infcup"; import Infcup from "./Infcup";
...@@ -215,7 +215,7 @@ const StaticsRouter = [ ...@@ -215,7 +215,7 @@ const StaticsRouter = [
{ path: 'infbtb', component: InfBtb, name: 'StaticsInfbtb', meta: { title: '查询清算代理行' } }, { path: 'infbtb', component: InfBtb, name: 'StaticsInfbtb', meta: { title: '查询清算代理行' } },
{ path: 'dbibtb/:inr', component: DbiBtb, name: 'StaticsDbibtb', meta: { title: (tag) => { return '清算代理行详情: ' + tag.params.inr } } }, { path: 'dbibtb/:inr', component: DbiBtb, name: 'StaticsDbibtb', meta: { title: (tag) => { return '清算代理行详情: ' + tag.params.inr } } },
{ path: 'Indpts', component: Indpts, name: 'StaticsDbaatx', meta: { title: '客户管户机构管理' } }, { path: 'Infpts', component: Infpts, name: 'StaticsDbaatx', meta: { 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