Commit e35cf9f3 by xionglin

静态交易修改

parent 793a4043
...@@ -294,11 +294,11 @@ import Dbacty from "~/views/Statics/cty/views/Dbacty"; ...@@ -294,11 +294,11 @@ import Dbacty from "~/views/Statics/cty/views/Dbacty";
import Dbecty from "~/views/Statics/cty/views/Dbecty"; import Dbecty from "~/views/Statics/cty/views/Dbecty";
import Dbdcty from "~/views/Statics/cty/views/Dbdcty"; import Dbdcty from "~/views/Statics/cty/views/Dbdcty";
// import Infoit from "~/views/Statics/Oit/views/Infoit" import Infoit from "~/views/Statics/Oit/views/Infoit"
// import Dbioit from "~/views/Statics/Oit/views/Dbioit" import Dbioit from "~/views/Statics/Oit/views/Dbioit"
// import Dbaoit from "~/views/Statics/Oit/views/Dbaoit" import Dbaoit from "~/views/Statics/Oit/views/Dbaoit"
// import Dbdoit from "~/views/Statics/Oit/views/Dbdoit" import Dbdoit from "~/views/Statics/Oit/views/Dbdoit"
// import Dbeoit from "~/views/Statics/Oit/views/Dbeoit" import Dbeoit from "~/views/Statics/Oit/views/Dbeoit"
import Infcur from "~/views/Statics/cur/views/Infcur"; import Infcur from "~/views/Statics/cur/views/Infcur";
import Dbacur from "~/views/Statics/cur/views/Dbacur"; import Dbacur from "~/views/Statics/cur/views/Dbacur";
...@@ -653,11 +653,11 @@ const BusRouter = [ ...@@ -653,11 +653,11 @@ const BusRouter = [
{ path: 'dbeact/:inr', component: Dbeact, name: 'StaticsDbeact', meta: { title: (tag) => { return '资金账户修改: ' + tag.params.inr } } }, { path: 'dbeact/:inr', component: Dbeact, name: 'StaticsDbeact', meta: { title: (tag) => { return '资金账户修改: ' + tag.params.inr } } },
{ path: 'dbdact/:inr', component: Dbdact, name: 'StaticsDbdact', meta: { title: (tag) => { return '资金账户删除: ' + tag.params.inr } } }, { path: 'dbdact/:inr', component: Dbdact, name: 'StaticsDbdact', meta: { title: (tag) => { return '资金账户删除: ' + tag.params.inr } } },
// { path: 'infoit', component: Infoit, name: 'StaticsInfoit', meta: { title: '查询消息信息' } }, { path: 'infoit', component: Infoit, name: 'StaticsInfoit', meta: { title: '查询消息信息' } },
// { path: 'dbaoit', component: Dbaoit, name: 'StaticsDbaoit', meta: { title: '新增消息信息' } }, { path: 'dbaoit', component: Dbaoit, name: 'StaticsDbaoit', meta: { title: '新增消息信息' } },
// { path: 'dbioit/:inr', component: Dbioit, name: 'StaticsDbioit', meta: { title: (tag) => { return '查看消息信息: ' + tag.params.inr } } }, { path: 'dbioit/:inr', component: Dbioit, name: 'StaticsDbioit', meta: { title: (tag) => { return '查看消息信息: ' + tag.params.inr } } },
// { path: 'dbeoit/:inr', component: Dbeoit, name: 'StaticsDbeoit', meta: { title: (tag) => { return '修改消息信息: ' + tag.params.inr } } }, { path: 'dbeoit/:inr', component: Dbeoit, name: 'StaticsDbeoit', meta: { title: (tag) => { return '修改消息信息: ' + tag.params.inr } } },
// { path: 'dbdoit/:inr', component: Dbdoit, name: 'StaticsDbdoit', meta: { title: (tag) => { return '删除消息信息: ' + tag.params.inr } } }, { path: 'dbdoit/:inr', component: Dbdoit, name: 'StaticsDbdoit', meta: { title: (tag) => { return '删除消息信息: ' + tag.params.inr } } },
{ path: 'infatp', component: Infatp, name: 'StaticsInfatp', meta: { title: '交易配置信息查询' } }, { path: 'infatp', component: Infatp, name: 'StaticsInfatp', meta: { title: '交易配置信息查询' } },
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<script> <script>
import Utils from '~/utils' import Utils from '~/utils'
import Oit, { Pattern } from './Oit.js' import Oit, { Pattern } from '../../model/Oit'
// import Bchp0 from "./Bchp0.vue"; // import Bchp0 from "./Bchp0.vue";
import OitInfo from './OitInfo.vue' import OitInfo from './OitInfo.vue'
......
...@@ -26,11 +26,11 @@ import Dbadia from "./dia/views/Dbadia"; ...@@ -26,11 +26,11 @@ import Dbadia from "./dia/views/Dbadia";
import Dbedia from "./dia/views/Dbedia"; import Dbedia from "./dia/views/Dbedia";
import Dbddia from "./dia/views/Dbddia"; import Dbddia from "./dia/views/Dbddia";
// import Infoit from "./Oit/views/Infoit" import Infoit from "./Oit/views/Infoit"
// import Dbioit from "./Oit/views/Dbioit" import Dbioit from "./Oit/views/Dbioit"
// import Dbaoit from "./Oit/views/Dbaoit" import Dbaoit from "./Oit/views/Dbaoit"
// import Dbdoit from "./Oit/views/Dbdoit" import Dbdoit from "./Oit/views/Dbdoit"
// import Dbeoit from "./Oit/views/Dbeoit" import Dbeoit from "./Oit/views/Dbeoit"
import Dbaswm from "./Swm/views/Dbaswm"; import Dbaswm from "./Swm/views/Dbaswm";
import Dbdswm from "./Swm/views/Dbdswm"; import Dbdswm from "./Swm/views/Dbdswm";
...@@ -181,11 +181,11 @@ const StaticsRouter = [ ...@@ -181,11 +181,11 @@ const StaticsRouter = [
{ path: 'dbeswm/:inr', component: Dbeswm, name: 'StaticsDbeswm', meta: { title: (tag) => { return '修改报文栏位映射信息: ' + tag.params.inr } } }, { path: 'dbeswm/:inr', component: Dbeswm, name: 'StaticsDbeswm', meta: { title: (tag) => { return '修改报文栏位映射信息: ' + tag.params.inr } } },
{ path: 'dbdswm/:inr', component: Dbdswm, name: 'StaticsDbdswm', meta: { title: (tag) => { return '删除报文栏位映射信息: ' + tag.params.inr } } }, { path: 'dbdswm/:inr', component: Dbdswm, name: 'StaticsDbdswm', meta: { title: (tag) => { return '删除报文栏位映射信息: ' + tag.params.inr } } },
// { path: 'infoit', component: Infoit, name: 'StaticsInfoit', meta: { title: '查询消息信息' } }, { path: 'infoit', component: Infoit, name: 'StaticsInfoit', meta: { title: '查询消息信息' } },
// { path: 'dbaoit', component: Dbaoit, name: 'StaticsDbaoit', meta: { title: '新增消息信息' } }, { path: 'dbaoit', component: Dbaoit, name: 'StaticsDbaoit', meta: { title: '新增消息信息' } },
// { path: 'dbioit/:inr', component: Dbioit, name: 'StaticsDbioit', meta: { title: (tag) => { return '查看消息信息: ' + tag.params.inr } } }, { path: 'dbioit/:inr', component: Dbioit, name: 'StaticsDbioit', meta: { title: (tag) => { return '查看消息信息: ' + tag.params.inr } } },
// { path: 'dbeoit/:inr', component: Dbeoit, name: 'StaticsDbeoit', meta: { title: (tag) => { return '修改消息信息: ' + tag.params.inr } } }, { path: 'dbeoit/:inr', component: Dbeoit, name: 'StaticsDbeoit', meta: { title: (tag) => { return '修改消息信息: ' + tag.params.inr } } },
// { path: 'dbdoit/:inr', component: Dbdoit, name: 'StaticsDbdoit', meta: { title: (tag) => { return '删除消息信息: ' + tag.params.inr } } }, { path: 'dbdoit/:inr', component: Dbdoit, name: 'StaticsDbdoit', meta: { title: (tag) => { return '删除消息信息: ' + tag.params.inr } } },
{ path: 'infxrt', component: Infxrt, name: 'StaticsInfxrt', meta: { title: '牌价查询' } }, { path: 'infxrt', component: Infxrt, name: 'StaticsInfxrt', 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