工作组展示

This commit is contained in:
宋伟佳
2021-12-17 17:10:44 +08:00
parent 769b0d4481
commit 5190eca53c
2 changed files with 20 additions and 6 deletions
+5 -5
View File
@@ -155,11 +155,11 @@
// path: '/partCodeApply',
// menuId: 'ad9db496772c075f78495382b7581fe9'
// },
{
title: '工作组统计',
path: '/dataStatisComments',
menuId: ''
},
// {
// title: '工作组统计',
// path: '/dataStatisComments',
// menuId: ''
// },
{
title: '国内外政策',
path: '/foreignRegulationsDatabase',
@@ -14,6 +14,7 @@
<workingGroup2 v-if="activeName === 'workingGroup2'"></workingGroup2>
</el-tab-pane>
</el-tabs>
<el-button size="mini" type="primary" @click="statisticsBtn" class="statistics">工作组统计</el-button>
</div>
</template>
<script>
@@ -30,14 +31,27 @@
activeName: 'workingGroup1',
}
},
methods: {},
methods: {
statisticsBtn(){
this.$router.push({
name: 'dataStatisComments'
})
}
},
mounted() {},
beforeDestroy() {}
}
</script>
<style lang="less" scoped>
.workingGroup{
position: relative;
height: 100%;
.statistics{
position: absolute;
top: 0;
right: 0;
margin: 5px;
}
.home-tabs {
height: 100%;
/deep/.el-tabs__content {