Commit 6fb21cea authored by liwei's avatar liwei

修改了顶部按钮显示

parent 46e33e16
......@@ -20,9 +20,14 @@
<template #rightExtra v-if="getShowRedo || getShowQuick">
<SettingButton v-if="(getShowFold && getIsUnFold) || !getShowHeader" />
<TabRedo v-if="getShowRedo" />
<TabContent isExtra :tabItem="$route" v-if="getShowQuick" />
<FoldButton v-if="getShowFold" />
<!-- 刷新-->
<!-- <TabRedo v-if="getShowRedo" />-->
<!-- 跳转页面的关闭下拉-->
<!-- <TabContent isExtra :tabItem="$route" v-if="getShowQuick" />-->
<!-- 全屏-->
<!-- <FoldButton v-if="getShowFold" />-->
</template>
</Tabs>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment