|
|
@@ -4,13 +4,14 @@
|
|
|
<div style="text-align: right;padding:20px;">
|
|
|
<a-button type="primary" @click="routerGo">返回</a-button>
|
|
|
</div>
|
|
|
- <Tabs tab-position="left" :tabBarStyle="tabBarStyle">
|
|
|
+ <Overview />
|
|
|
+ <!-- <Tabs tab-position="left" :tabBarStyle="tabBarStyle">
|
|
|
<template v-for="item in settingList" :key="item.key">
|
|
|
<TabPane :tab="item.name">
|
|
|
<component :is="item.component" />
|
|
|
</TabPane>
|
|
|
</template>
|
|
|
- </Tabs>
|
|
|
+ </Tabs> -->
|
|
|
</div>
|
|
|
</ScrollContainer>
|
|
|
</template>
|