工作组展示
This commit is contained in:
@@ -155,11 +155,11 @@
|
|||||||
// path: '/partCodeApply',
|
// path: '/partCodeApply',
|
||||||
// menuId: 'ad9db496772c075f78495382b7581fe9'
|
// menuId: 'ad9db496772c075f78495382b7581fe9'
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
title: '工作组统计',
|
// title: '工作组统计',
|
||||||
path: '/dataStatisComments',
|
// path: '/dataStatisComments',
|
||||||
menuId: ''
|
// menuId: ''
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '国内外政策',
|
title: '国内外政策',
|
||||||
path: '/foreignRegulationsDatabase',
|
path: '/foreignRegulationsDatabase',
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<workingGroup2 v-if="activeName === 'workingGroup2'"></workingGroup2>
|
<workingGroup2 v-if="activeName === 'workingGroup2'"></workingGroup2>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
|
<el-button size="mini" type="primary" @click="statisticsBtn" class="statistics">工作组统计</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
@@ -30,14 +31,27 @@
|
|||||||
activeName: 'workingGroup1',
|
activeName: 'workingGroup1',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {},
|
methods: {
|
||||||
|
statisticsBtn(){
|
||||||
|
this.$router.push({
|
||||||
|
name: 'dataStatisComments'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
mounted() {},
|
mounted() {},
|
||||||
beforeDestroy() {}
|
beforeDestroy() {}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.workingGroup{
|
.workingGroup{
|
||||||
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
.statistics{
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
.home-tabs {
|
.home-tabs {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/deep/.el-tabs__content {
|
/deep/.el-tabs__content {
|
||||||
|
|||||||
Reference in New Issue
Block a user