From 18d02e7db16cf5a21f8d5a152dd7ab27212d8eb6 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 23 十月 2023 16:44:27 +0800 Subject: [PATCH] modified: src/views/admin/menu/index.vue modified: src/views/admin/menu/menu-form.vue modified: src/views/plan/customerorder/customerorder-form.vue modified: src/views/technology/completeproductstructure/completeproductstructure-form.vue modified: src/views/technology/completeproductstructure/index.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/structure/index.vue modified: vue.config.js --- src/views/technology/document/document-form.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue index 81ffb96..b408ea2 100644 --- a/src/views/technology/document/document-form.vue +++ b/src/views/technology/document/document-form.vue @@ -604,7 +604,7 @@ </el-collapse> </el-card> </el-tab-pane> - <el-tab-pane label="鍥剧墖涓婁紶" style="height: 100%"> + <!-- <el-tab-pane label="鍥剧墖涓婁紶" style="height: 100%"> <el-card class="document-structure"> <div slot="header"> <span>缁撴瀯鍥�</span> @@ -691,7 +691,7 @@ <img width="100%" :src="dialogFlowImageUrl" alt="" /> </el-dialog> </el-card> - </el-tab-pane> + </el-tab-pane> --> </el-tabs> </div> </div> -- Gitblit v1.9.3