From d8e78fa8610d65f6bfa23e0dd7070672f41ba3e4 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期六, 03 八月 2024 22:15:16 +0800 Subject: [PATCH] 调整 --- module/md/page/customer/page/evaluation_management.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/module/md/page/customer/page/evaluation_management.html b/module/md/page/customer/page/evaluation_management.html index 8e083f9..f218514 100644 --- a/module/md/page/customer/page/evaluation_management.html +++ b/module/md/page/customer/page/evaluation_management.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; @@ -80,6 +80,8 @@ // }, ], dataRequestObj: {}, + + isShowTab: false, }, created() {}, @@ -317,7 +319,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