From 73a9ae225888adae528d9b06233f65da04d883db Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期五, 20 五月 2022 13:42:22 +0800 Subject: [PATCH] 其他业务 --- src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue | 8 ++++---- src/pages/show/businessPolicy/BusinessPolicy.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/show/businessPolicy/BusinessPolicy.vue b/src/pages/show/businessPolicy/BusinessPolicy.vue index 0a3e77a..db0f26a 100644 --- a/src/pages/show/businessPolicy/BusinessPolicy.vue +++ b/src/pages/show/businessPolicy/BusinessPolicy.vue @@ -191,7 +191,7 @@ getList(type) { getList({type:type}).then(res => { if(res.code == 1000) { - this.tableData = res.list + this.tableData = res.list } }) }, diff --git a/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue b/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue index 4dd8c36..dc1d0ad 100644 --- a/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue +++ b/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 } -- Gitblit v1.9.1