付延余
2022-04-26 48e1fbc279373f06b45789bbdc9a372923ba4325
src/pages/show/index/index.vue
@@ -329,7 +329,7 @@
              </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>
@@ -1275,8 +1275,8 @@
      })
    },
    // 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;
@@ -1693,6 +1693,29 @@
            }
          }
        }
        // 城市职工养老第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);