| | |
| | | <template> |
| | | <div class="main"> |
| | | <el-row style=" height: 40px;"> |
| | | <el-row style="height: 10px;"> |
| | | <el-col :span="9"><p /></el-col> |
| | | <el-col :span="15"> |
| | | <ul class="data-ul"> |
| | |
| | | selectIndex: '' // 搜索结果,被选中的li index |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.selectTab(0) |
| | | }, |
| | | methods: { |
| | | showbl(title, number) { |
| | | this.dialog.dialogShowbl = true |
| | |
| | | }) |
| | | }, |
| | | selectTab(index) { |
| | | if (index === null || index === undefined) { |
| | | index = 0 |
| | | } |
| | | this.selectIndex = index |
| | | this.$get('hr/statistics/list', { |
| | | index: index |
| | |
| | | } |
| | | .card-info:hover { |
| | | text-align: center; |
| | | height: 12px; |
| | | background-color: #931e1e; |
| | | color: #fff; |
| | | .card-number { |