From 2278ff7c0401f7f97e168a0943192357c1999cbf Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期六, 03 八月 2024 13:50:15 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/promotion/promotion_html --- module/target/page/terminal_target_list.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/target/page/terminal_target_list.html b/module/target/page/terminal_target_list.html index 2c0a148..5b8ecdb 100644 --- a/module/target/page/terminal_target_list.html +++ b/module/target/page/terminal_target_list.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache"> - <title>鐩爣鍖婚櫌</title> + <title>缁堢鎸囨爣</title> <script type="text/javascript"> var pageVue = null; @@ -15,7 +15,7 @@ pageVue = new TabTableVue({ el: "#vbody", data: { - title: "鐩爣鍖婚櫌", + title: "缁堢鎸囨爣", //Tab椤硅缃� tabs_d: [ @@ -26,7 +26,7 @@ ], tabs: [], tabsobj: {}, - + isShowTab: false, filterFields: [], tableFields: [], tableData: [], @@ -852,7 +852,7 @@ </el-button-group> --> </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