| | |
| | | </div> |
| | | </div> |
| | | <div class="shuju-scroll"> |
| | | <div class="shuju-table-line2" v-for="(item,index) in TownTable" :key="index"> |
| | | <div class="shuju-table-line2 chengzhen_scroll" v-for="(item,index) in TownTable" :key="index"> |
| | | <div class="biao-title"> |
| | | <h1>{{ item.name }}</h1> |
| | | </div> |
| | |
| | | }) |
| | | }, |
| | | // 25. 查询首页就业数据折线图接口 |
| | | getLabourChart() { |
| | | getLabourChart().then(res => { |
| | | async getLabourChart() { |
| | | await getLabourChart().then(res => { |
| | | if (res.code === 1000) { |
| | | this.JiuYeEchart.LabourChartYear = res.obj.years; |
| | | this.JiuYeEchart.addJob = res.obj.addJob; |
| | |
| | | } |
| | | } |
| | | } |
| | | // 城市职工养老第2,3条数据 |
| | | .chengzhen_scroll { |
| | | &:nth-of-type(2) { |
| | | background: rgba(81, 210, 255, 0.10); |
| | | |
| | | h1 { |
| | | font-size: 24px; |
| | | line-height: 1; |
| | | color: #999999; |
| | | } |
| | | } |
| | | |
| | | &:nth-of-type(3) { |
| | | background: rgba(81, 210, 255, 0.10); |
| | | |
| | | h1 { |
| | | font-size: 24px; |
| | | line-height: 1; |
| | | color: #999999; |
| | | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .shuju-bj-color { |
| | | background: rgba(81, 210, 255, 0.10); |