Commit e707193c by liuxin

detopn复合

parent acc4d237
<template>
<ReviewWrapper>
<Detopn></Detopn>
</ReviewWrapper>
</template>
<script>
import Detopn from "~/views/Business/Detopn";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewDetopn",
components: { ReviewWrapper, Detopn },
created() {},
mounted() {},
};
</script>
<style></style>
......@@ -4,6 +4,7 @@ import ReviewBdtset from "./Business/ReviewBdtset.vue";
import ReviewCptadv from "./Business/ReviewCptadv.vue";
import ReviewCptopn from "./Business/ReviewCptopn.vue";
import ReviewGetset from "./Business/ReviewGetset.vue";
import ReviewDetopn from "./Business/ReviewDetopn.vue";
const ReviewRouter = [
{ path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", meta: { title: "复核-买方信用证开立" } },
......@@ -12,6 +13,7 @@ const ReviewRouter = [
{ 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" } },
];
export default ReviewRouter;
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