ReviewRouter.js 12.6 KB
Newer Older
潘际乾 committed
1
import ReviewDitopn from "./Business/ReviewDitopn.vue";
2 3
import ReviewDitdck from "./Business/ReviewDitdck.vue";
import ReviewBdtset from "./Business/ReviewBdtset.vue";
4
import ReviewCptadv from "./Business/ReviewCptadv.vue";
liuxin committed
5
import ReviewCptopn from "./Business/ReviewCptopn.vue";
liuxin committed
6
import ReviewGetset from "./Business/ReviewGetset.vue";
liuxin committed
7
import ReviewDetopn from "./Business/ReviewDetopn.vue";
liuxin committed
8
import ReviewDetdrv from "./Business/ReviewDetdrv.vue";
9
import ReviewBdtdck from "./Business/ReviewBdtdck.vue";
10 11
import ReviewBotdcr from "./Business/ReviewBotdcr.vue";
import ReviewBotrad from "./Business/ReviewBotrad.vue";
12
import ReviewBotdav from "./Business/ReviewBotdav.vue";
13
import ReviewBrtdck from "./Business/ReviewBrtdck.vue";
14
import ReviewBdtudp from "./Business/ReviewBdtudp.vue";
15 16
import ReviewBrtudp from "./Business/ReviewBrtudp.vue";
import ReviewBrteus from "./Business/ReviewBrteus.vue";
17
import ReviewLetnot from "./Business/ReviewLetnot.vue";
18 19 20
import ReviewLetopn from "./Business/ReviewLetopn.vue";
import ReviewLetamc from "./Business/ReviewLetamc.vue";
import ReviewLetame from "./Business/ReviewLetame.vue";
lianyang committed
21 22
import ReviewLetdrw from "./Business/ReviewLetdrw.vue";
import ReviewLetdav from "./Business/ReviewLetdav.vue";
23
import ReviewLetcan from "./Business/ReviewLetcan.vue";
24
import ReviewBetdrv from "./Business/ReviewBetdrv.vue";
lianyang committed
25
import ReviewBetsnd from "./Business/ReviewBetsnd.vue";
26
import ReviewBetcan from "./Business/ReviewBetcan.vue";
jianglong committed
27
import ReviewLitame from "./Business/ReviewLitame.vue";
wangyanjiao committed
28 29
import ReviewBdtdcr from "./Business/ReviewBdtdcr.vue";
import ReviewBdteus from "./Business/ReviewBdteus.vue";
30 31
import ReviewBftsnd from "./Business/ReviewBftsnd.vue";
import ReviewBftdcr from "./Business/ReviewBftdcr.vue";
jianglong committed
32
import ReviewLitopn from "./Business/ReviewLitopn.vue";
33
import ReviewBftset from "./Business/ReviewBftset.vue";
wangna committed
34 35
import ReviewGitcom from "./Business/ReviewGitcom.vue";
import ReviewGetamc from "./Business/ReviewGetamc.vue";
36
import ReviewBftdrv from "./Business/ReviewBftdrv.vue";
37 38
import ReviewLetdrv from "./Business/ReviewLetdrv.vue";
import ReviewBetacc from "./Business/ReviewBetacc.vue";
wangyanjiao committed
39
import ReviewDitame from "./Business/ReviewDitame.vue";
40
import ReviewLetrsv from "./Business/ReviewLetrsv.vue";
41 42
import ReviewBetrcl from "./Business/ReviewBetrcl.vue";
import ReviewBetset from "./Business/ReviewBetset.vue";
liuxin committed
43
import ReviewDetame from "./Business/ReviewDetame.vue";
44
import ReviewBetdcr from "./Business/ReviewBetdcr.vue";
liuxin committed
45
import ReviewLitdav from "./Business/ReviewLitdav.vue";
46 47
import ReviewBotacc from "./Business/ReviewBotacc.vue";
import ReviewBotpay from "./Business/ReviewBotpay.vue";
huangxin committed
48 49 50
import ReviewBotame from "./Business/ReviewBotame.vue";
import ReviewBotset from "./Business/ReviewBotset.vue";
import ReviewBotcan from "./Business/ReviewBotcan.vue";
51 52 53
import ReviewDitdav from "./Business/ReviewDitdav.vue";
import ReviewDitdla from "./Business/ReviewDitdla.vue";
import ReviewBdtcan from "./Business/ReviewBdtcan.vue";
Wuyuqiu committed
54
import ReviewBftacc from "./Business/ReviewBftacc.vue";
55 56 57 58 59 60 61 62
import ReviewBctacc from "./Business/ReviewBctacc.vue";
import ReviewBctame from "./Business/ReviewBctame.vue";
import ReviewBctcan from "./Business/ReviewBctcan.vue";
import ReviewBctdav from "./Business/ReviewBctdav.vue";
import ReviewBctdor from "./Business/ReviewBctdor.vue";
import ReviewBctrad from "./Business/ReviewBctrad.vue";
import ReviewBctsel from "./Business/ReviewBctsel.vue";
import ReviewBctset from "./Business/ReviewBctset.vue";
liyixun committed
63 64 65 66
import ReviewGetopn from "./Business/ReviewGetopn.vue";
import ReviewGitpop from "./Business/ReviewGitpop.vue";
import ReviewGitopn from "./Business/ReviewGitopn.vue";
import ReviewGitame from "./Business/ReviewGitame.vue";
liyixun committed
67 68
import ReviewGetame from "./Business/ReviewGetame.vue";
import ReviewCctdav from "./Business/ReviewCctdav.vue";
wangna committed
69
import ReviewCctdcr from "./Business/ReviewCctdcr.vue";
wangna committed
70
import ReviewCcttra from "./Business/ReviewCcttra.vue";
潘际乾 committed
71 72

const ReviewRouter = [
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
    { path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", meta: { title: "复核-买方信用证开立" } },
    { path: "ditdck", component: ReviewDitdck, name: "ReviewDitdck", meta: { title: "复核-买方信用证到单" } },
    { path: "bdtset", component: ReviewBdtset, name: "ReviewBdtset", meta: { title: "复核-买方信用证付款" } },
    { path: "cptadv", component: ReviewCptadv, name: "ReviewCptadv", meta: { title: "复核-汇入汇款" } },
    { path: "cptopn", component: ReviewCptopn, name: "ReviewCptopn", meta: { title: "复核-汇出汇款" } },
    { path: "getset", component: ReviewGetset, name: "ReviewGetset", meta: { title: "复核-Getset" } },
    { path: "detopn", component: ReviewDetopn, name: "ReviewDetopn", meta: { title: "复核-Detopn" } },
    { path: "detdrv", component: ReviewDetdrv, name: "ReviewDetdrv", meta: { title: "复核-Detdrv" } },
    { path: "bdtdcr", component: ReviewBdtdcr, name: "ReviewBdtdcr", meta: { title: "复核-Bdtdcr" } },
    { path: "bdteus", component: ReviewBdteus, name: "ReviewBdteus", meta: { title: "复核-Bdteus" } },
    { path: "bdtdck", component: ReviewBdtdck, name: "ReviewBdtdck", meta: { title: "复核-Bdtdck" } },
    { path: "botdcr", component: ReviewBotdcr, name: "ReviewBotdcr", meta: { title: "复核-Botdcr" } },
    { path: "botrad", component: ReviewBotrad, name: "ReviewBotrad", meta: { title: "复核-Botrad" } },
    { path: "botdav", component: ReviewBotdav, name: "ReviewBotdav", meta: { title: "复核-botdav" } },
    { path: "brtdck", component: ReviewBrtdck, name: "ReviewBrtdck", meta: { title: "复核-Brtdck" } },
88
    { path: "bdtudp", component: ReviewBdtudp, name: "ReviewBdtudp", meta: { title: "复核-Bdtudp" } },
89 90 91
    { path: "brtudp", component: ReviewBrtudp, name: "ReviewBrtudp", meta: { title: "复核-Brtudp" } },
    { path: "brteus", component: ReviewBrteus, name: "ReviewBrteus", meta: { title: "复核-Brteus" } },
    { path: "letnot", component: ReviewLetnot, name: "ReviewLetnot", meta: { title: "复核-Letnot" } },
92 93
    { path: "bftsnd", component: ReviewBftsnd, name: "ReviewBftsnd", meta: { title: "复核-Bftsnd" } },
    { path: "bftdcr", component: ReviewBftdcr, name: "ReviewBftdcr", meta: { title: "复核-Bftdcr" } },
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
    { path: "cptadv", component: ReviewCptadv, name: "ReviewCptadv", meta: { title: "复核-汇入汇款" } },
    { path: "cptopn", component: ReviewCptopn, name: "ReviewCptopn", meta: { title: "复核-汇出汇款" } },
    { path: "getset", component: ReviewGetset, name: "ReviewGetset", meta: { title: "复核-Getset" } },
    { path: "detopn", component: ReviewDetopn, name: "ReviewDetopn", meta: { title: "复核-Detopn" } },
    { path: "detdrv", component: ReviewDetdrv, name: "ReviewDetdrv", meta: { title: "复核-Detdrv" } },
    { path: "bdtdcr", component: ReviewBdtdcr, name: "ReviewBdtdcr", meta: { title: "复核-Bdtdcr" } },
    { path: "bdteus", component: ReviewBdteus, name: "ReviewBdteus", meta: { title: "复核-Bdteus" } },
    { path: "bdtdck", component: ReviewBdtdck, name: "ReviewBdtdck", meta: { title: "复核-Bdtdck" } },
    { path: "botdcr", component: ReviewBotdcr, name: "ReviewBotdcr", meta: { title: "复核-Botdcr" } },
    { path: "botrad", component: ReviewBotrad, name: "ReviewBotrad", meta: { title: "复核-Botrad" } },
    { path: "brtdck", component: ReviewBrtdck, name: "ReviewBrtdck", meta: { title: "复核-Brtdck" } },
    { path: "brtudp", component: ReviewBrtudp, name: "ReviewBrtudp", meta: { title: "复核-Brtudp" } },
    { path: "brteus", component: ReviewBrteus, name: "ReviewBrteus", meta: { title: "复核-Brteus" } },
    { path: "letnot", component: ReviewLetnot, name: "ReviewLetnot", meta: { title: "复核-Letnot" } },
    { path: "letopn", component: ReviewLetopn, name: "ReviewLetopn", meta: { title: "复核-Letopn" } },
    { path: "letamc", component: ReviewLetamc, name: "ReviewLetamc", meta: { title: "复核-Letamc" } },
    { path: "letame", component: ReviewLetame, name: "ReviewLetame", meta: { title: "复核-Letame" } },
lianyang committed
111 112
    { path: "letdrw", component: ReviewLetdrw, name: "ReviewLetdrw", meta: { title: "复核-Letdrw" } },
    { path: "letdav", component: ReviewLetdav, name: "ReviewLetdav", meta: { title: "复核-Letdav" } },
113 114
    { path: "letcan", component: ReviewLetcan, name: "ReviewLetcan", meta: { title: "复核-Letcan" } },
    { path: "betdrv", component: ReviewBetdrv, name: "ReviewBetdrv", meta: { title: "复核-Betdrv" } },
lianyang committed
115
    { path: "betsnd", component: ReviewBetsnd, name: "ReviewBetsnd", meta: { title: "复核-Betsnd" } },
116
    { path: "betcan", component: ReviewBetcan, name: "ReviewBetcan", meta: { title: "复核-Betcan" } },
jianglong committed
117
    { path: "litopn", component: ReviewLitopn, name: "ReviewLitopn", meta: { title: "复核-Litopn" } },
118
    { path: "bftset", component: ReviewBftset, name: "ReviewBftset", meta: { title: "复核-Bftset" } },
jianglong committed
119
    { path: "litame", component: ReviewLitame, name: "ReviewLitame", meta: { title: "复核-Litame" } },
wangna committed
120
    { path: "gitcom", component: ReviewGitcom, name: "ReviewGitcom", meta: { title: "复核-Gitcom" } },
liyixun committed
121 122 123 124
    { path: "getopn", component: ReviewGetopn, name: "ReviewGetopn", meta: { title: "复核-Getopn" } },
    { path: "gitpop", component: ReviewGitpop, name: "ReviewGitpop", meta: { title: "复核-Gitpop" } },
    { path: "gitopn", component: ReviewGitopn, name: "ReviewGitopn", meta: { title: "复核-Gitopn" } },
    { path: "gitame", component: ReviewGitame, name: "ReviewGitame", meta: { title: "复核-Gitame" } },
liyixun committed
125
    { path: "getame", component: ReviewGetame, name: "ReviewGetame", meta: { title: "复核-Getame" } },
wangna committed
126
    { path: "getamc", component: ReviewGetamc, name: "ReviewGetamc", meta: { title: "复核-Getamc" } },
127
    { path: "bftdrv", component: ReviewBftdrv, name: "ReviewBftdrv", meta: { title: "复核-Bftdrv" } },
128 129
    { path: "letdrv", component: ReviewLetdrv, name: "ReviewLetdrv", meta: { title: "复核-Letdrv" } },
    { path: "betacc", component: ReviewBetacc, name: "ReviewBetacc", meta: { title: "复核-Betacc" } },
wangyanjiao committed
130
    { path: "ditame", component: ReviewDitame, name: "ReviewDitame", meta: { title: "复核-Ditame" } },
131
    { path: "letrsv", component: ReviewLetrsv, name: "ReviewLetrsv", meta: { title: "复核-Letrsv" } },
132 133
    { path: "betrcl", component: ReviewBetrcl, name: "ReviewBetrcl", meta: { title: "复核-Betrcl" } },
    { path: "betset", component: ReviewBetset, name: "ReviewBetset", meta: { title: "复核-Betset" } },
liuxin committed
134
    { path: "detame", component: ReviewDetame, name: "ReviewDetame", meta: { title: "复核-Detame" } },
135
    { path: "betdcr", component: ReviewBetdcr, name: "ReviewBetdcr", meta: { title: "复核-Betdcr" } },
liuxin committed
136
    { path: "litdav", component: ReviewLitdav, name: "ReviewLitdav", meta: { title: "复核-Litdav" } },
137 138
    { path: "botacc", component: ReviewBotacc, name: "ReviewBotacc", meta: { title: "复核-Botacc" } },
    { path: "botpay", component: ReviewBotpay, name: "ReviewBotpay", meta: { title: "复核-Botpay" } },
huangxin committed
139 140 141
    { path: "botame", component: ReviewBotame, name: "ReviewBotame", meta: { title: "复核-Botame" } },
    { path: "botset", component: ReviewBotset, name: "ReviewBotset", meta: { title: "复核-Botset" } },
    { path: "botcan", component: ReviewBotcan, name: "ReviewBotcan", meta: { title: "复核-Botcan" } },
142 143 144
    { path: "ditdav", component: ReviewDitdav, name: "ReviewDitdav", meta: { title: "复核-Ditdav" } },
    { path: "ditdla", component: ReviewDitdla, name: "ReviewDitdla", meta: { title: "复核-Ditdla" } },
    { path: "bdtcan", component: ReviewBdtcan, name: "ReviewBdtcan", meta: { title: "复核-Bdtcan" } },
Wuyuqiu committed
145
    { path: "bftacc", component: ReviewBftacc, name: "ReviewBftacc", meta: { title: "复核-Bftacc" } },
146 147 148 149 150 151 152 153
    { path: "bctacc", component: ReviewBctacc, name: "ReviewBctacc", meta: { title: "复核-Bctacc" } },
    { path: "bctame", component: ReviewBctame, name: "ReviewBctame", meta: { title: "复核-Bctame" } },
    { path: "bctcan", component: ReviewBctcan, name: "ReviewBctcan", meta: { title: "复核-Bctcan" } },
    { path: "bctdav", component: ReviewBctdav, name: "ReviewBctdav", meta: { title: "复核-Bctdav" } },
    { path: "bctdor", component: ReviewBctdor, name: "ReviewBctdor", meta: { title: "复核-Bctdor" } },
    { path: "bctrad", component: ReviewBctrad, name: "ReviewBctrad", meta: { title: "复核-Bctrad" } },
    { path: "bctsel", component: ReviewBctsel, name: "ReviewBctsel", meta: { title: "复核-Bctsel" } },
    { path: "bctset", component: ReviewBctset, name: "ReviewBctset", meta: { title: "复核-Bctset" } },
wangna committed
154
    { path: "cctdav", component: ReviewCctdav, name: "ReviewCctdav", meta: { title: "复核-Cctdav" } },
wangna committed
155
    { path: "cctdcr", component: ReviewCctdcr, name: "ReviewCctdcr", meta: { title: "复核-Cctdcr" } },
wangna committed
156
    { path: "ccttra", component: ReviewCcttra, name: "ReviewCcttra", meta: { title: "复核-Ccttra" } },
潘际乾 committed
157 158
];

159
export default ReviewRouter;