Commit 3d6b507d by WH

修改gctadd交易前端代码

parent f76b3ddd
<template>
<ReviewWrapper>
<Gctadd></Gctadd>
</ReviewWrapper>
</template>
<script>
import Gctadd from "~/views/Business/Gctadd";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewGctadd",
components: { ReviewWrapper, Gctadd },
created() {},
mounted() {},
};
</script>
<style></style>
\ No newline at end of file
import ReviewGctadd from "./Business/ReviewGctadd.vue";
import ReviewGetfee from "./Business/ReviewGetfee.vue";
import ReviewGitatt from "./Business/ReviewGitatt.vue";
import ReviewDitopn from "./Business/ReviewDitopn.vue";
......@@ -125,6 +126,7 @@ import ReviewBttset from "./Business/ReviewBttset.vue";
const ReviewRouter = [
{ path: "gctadd", component:ReviewGctadd, name: "ReviewGctadd", meta: { title:"复核-保函索赔编辑参考号"} },
{ path: "getfee", component:ReviewGetfee, name: "ReviewGetfee", meta: { title:"复核-附加传入信息"} },
{ path: "gitatt", component:ReviewGitatt, name: "ReviewGitatt", meta: { title:"复核-绑定电子凭证"} },
{ path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", 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