From 2ab7f4ef54ece0ac8c0a98ffe0222fc5f6c835c8 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期三, 21 八月 2024 10:41:05 +0800
Subject: [PATCH] 调整

---
 module/flow/page/flow_inventory_list.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/flow/page/flow_inventory_list.html b/module/flow/page/flow_inventory_list.html
index b48fe3d..274e2a3 100644
--- a/module/flow/page/flow_inventory_list.html
+++ b/module/flow/page/flow_inventory_list.html
@@ -27,7 +27,7 @@
 						},
 						tabs: [],
 						tabsobj: {},
-
+						isShowTab: false,
 						dataRequest: [],
 						authTableFields: [
 							{field: "code", name: "鍖婚櫌缂栫爜", isshow: "T", align: "center",width: "150"},
@@ -1042,7 +1042,7 @@
 					</div>
 				</div>
 
-				<div>
+				<div v-show="isShowTab">
 					<el-tabs v-model="activeTabName" @tab-click="handleClick">
 						<el-tab-pane v-for="(tab, k) in tabs" :label="tab.name" :name="tab.code" :key="k"></el-tab-pane>
 					</el-tabs>

--
Gitblit v1.8.0