guhongwei 5 anos atrás
pai
commit
49e4cf2d15

+ 1 - 1
src/views/dynamic/parts/map.vue

@@ -46,7 +46,7 @@ export default {
       let newJson = this.setPos(_.cloneDeep(jlJson));
       let option = {
         title: {
-          text: '吉林省',
+          text: '展会分布',
           left: 'center',
         },
         tooltip: {

+ 1 - 1
src/views/dynamic/parts/top-right.vue

@@ -42,7 +42,7 @@ export default {
         let s2 = res.data.filter(f => f.status == '2'); //对接完成
         this.myChart = echarts.init(document.getElementById('chart'));
         const option = {
-          title: { text: '交易情况' },
+          title: { text: '交易情况', left: 'center' },
           tooltip: { trigger: 'axis' },
           legend: {
             data: ['正在洽谈', '达成意向', '对接完成'],