Commit b068b8ed by Wuyuqiu

lttame复核功能添加

parent 3df5ce51
<template>
<ReviewWrapper>
<Lttame></Lttame>
</ReviewWrapper>
</template>
<script>
import Lttame from "~/views/Business/Lttame";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewLttcan",
components: { ReviewWrapper, Lttame },
created() {},
mounted() {},
};
</script>
<style></style>
......@@ -103,6 +103,7 @@ import ReviewTrtset from "./Business/ReviewTrtset.vue";
import ReviewTrtrcl from "./Business/ReviewTrtrcl.vue";
import ReviewTrtsel from "./Business/ReviewTrtsel.vue";
import ReviewTrtcan from "./Business/ReviewTrtcan.vue";
import ReviewLttame from "./Business/ReviewLttame.vue";
import ReviewLttcan from "./Business/ReviewLttcan.vue";
import ReviewLttdck from "./Business/ReviewLttdck.vue";
import ReviewLttdav from "./Business/ReviewLttdav.vue";
......@@ -225,7 +226,7 @@ const ReviewRouter = [
{ path: "cltset", component: ReviewCltset, name: "ReviewCltset", meta: { title: "复核-Cltset" } },
{ path: "clttra", component: ReviewClttra, name: "ReviewClttra", meta: { title: "复核-Clttra" } },
{ path: "lttcan", component: ReviewLttcan, name: "ReviewLttcan", meta: { title: "复核-Lttcan" } },
{ path: "lttame", component: ReviewLttame, name: "ReviewLttame", meta: { title: "复核-Lttame" } },
{ path: "lttdck", component: ReviewLttdck, name: "ReviewLttdck", meta: { title: "复核-Lttdck" } },
{ path: "lttdav", component: ReviewLttdav, name: "ReviewLttdav", meta: { title: "复核-Lttdav" } },
{ path: "Cptati", component: ReviewCptati, name: "ReviewCptati", meta: { title: "复核-Cptati" } },
......
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