Commit 4ffff9b1 authored by zL's avatar zL

提交部分代码

parent 0fdfd23d
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
:class="{ 'col_right--show': this.$store.state.selectedStatus === 3 }" :class="{ 'col_right--show': this.$store.state.selectedStatus === 3 }"
> >
<!-- 已删除 --> <!-- 已删除 -->
<!-- <deleted :ToUpdate="ToUpdate"></deleted> --> <deleted :ToUpdate="ToUpdate"></deleted>
</div> </div>
<!-- 引导页 --> <!-- 引导页 -->
<common-dialog showMask2 close class="cdg-boot-page" v-if="showbootPage"> <common-dialog showMask2 close class="cdg-boot-page" v-if="showbootPage">
...@@ -77,7 +77,7 @@ import { Component, Vue, Watch } from "vue-property-decorator"; ...@@ -77,7 +77,7 @@ import { Component, Vue, Watch } from "vue-property-decorator";
// 右侧存证部分 // 右侧存证部分
import newProductList from "./newProductList.vue"; import newProductList from "./newProductList.vue";
//删除页 //删除页
// import deleted from "./deleted.vue"; import deleted from "@/views/category/deleted.vue";
// 引导页 // 引导页
import bootPage from "@/components/bootPage.vue"; import bootPage from "@/components/bootPage.vue";
import CommonDialog from "@/components/CommonDialog.vue"; import CommonDialog from "@/components/CommonDialog.vue";
...@@ -85,7 +85,7 @@ import CommonDialog from "@/components/CommonDialog.vue"; ...@@ -85,7 +85,7 @@ import CommonDialog from "@/components/CommonDialog.vue";
components: { components: {
newProductList, newProductList,
// TemplateManage, // TemplateManage,
// deleted, deleted,
bootPage, bootPage,
CommonDialog, CommonDialog,
}, },
......
This diff is collapsed.
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