工作组展示
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user