付延余
2022-05-20 73a9ae225888adae528d9b06233f65da04d883db
其他业务
2个文件已修改
8 ■■■■ 已修改文件
src/pages/show/businessPolicy/BusinessPolicy.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/businessPolicy/BusinessPolicy.vue
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
@@ -182,7 +182,7 @@
      const option = {
        color: ['#FF5151', '#51FF5D', '#FFD151'],
        title: {
          text: '历年全市居民人均可支配收入分析图',
          text: '近一年事业数量变化趋势图',
          left: 'center',
          top: '5%',
          textStyle: {
@@ -275,17 +275,17 @@
        },
        series: [
          {
            name: '居民人均可支配收入',
            name: '全市',
            type: 'line',
            data: this.echartSeries.quanshi
          },
          {
            name: '城镇居民',
            name: '市直',
            type: 'line',
            data: this.echartSeries.shizhi
          },
          {
            name: '农村居民',
            name: '县(市、区)',
            type: 'line',
            data: this.echartSeries.xian
          }