From cf557ade9b5e57b752f635aec58b0b1bcdde0be2 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期二, 20 八月 2024 12:23:06 +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