Ver Fonte

修改展示

l1448442195@163.com há 1 ano atrás
pai
commit
d59593d2da
4 ficheiros alterados com 17 adições e 18 exclusões
  1. 1 2
      manpower/index4.html
  2. 4 4
      manpower/js/index2.js
  3. 6 6
      manpower/js/index3.js
  4. 6 6
      manpower/js/index4.js

+ 1 - 2
manpower/index4.html

@@ -218,8 +218,7 @@
       </div>
     </div>
     <div class="footer">
-      <a class="item" v-for="(item,index) in companyList" :key="index" @click="handleGoPage(item.link)"><img
-          :src="`./images/logos/logo${index+1}.png`"></img> {{item.name}}</a>
+      <a class="item" v-for="(item,index) in companyList" :key="index" @click="handleGoPage(item.link)">{{item.name}}</a>
     </div>
   </div>
   <script src="./js/index4.js"></script>

+ 4 - 4
manpower/js/index2.js

@@ -766,7 +766,7 @@ let app = new Vue({
             },
           },
           {
-            name: '全员劳动生产率同比',
+            name: '全员劳动生产率同比变化',
             yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
             type: 'line',
             itemStyle: {
@@ -788,7 +788,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '全员劳动生产率'
-      option.legend.data = ['全员劳动生产率同比', '全员劳动生产率(万/人)']
+      option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',
@@ -818,7 +818,7 @@ let app = new Vue({
         ..._.cloneDeep(this.commonOption),
         series: [
           {
-            name: '人工成本利润率同比',
+            name: '人工成本利润率同比变化',
             type: 'line',
             yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
             smooth: true, //平滑曲线显示
@@ -895,7 +895,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '人工成本利润率'
-      option.legend.data = ['人工成本利润率同比', '人工成本利润率']
+      option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',

+ 6 - 6
manpower/js/index3.js

@@ -639,7 +639,7 @@ let app = new Vue({
             data: dataL8[0],
           },
           {
-            name: '人工成本利润率',
+            name: '人工成本利润率同比变化',
             type: 'line',
             barWidth: 15,
             yAxisIndex: 1,
@@ -662,7 +662,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '人数变化和人工利润率变化分析'
-      option.legend.data = ['人数变化', '人工成本利润率']
+      option.legend.data = ['人数变化', '人工成本利润率同比变化']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',
@@ -766,7 +766,7 @@ let app = new Vue({
             },
           },
           {
-            name: '全员劳动生产率同比',
+            name: '全员劳动生产率同比变化',
             yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
             type: 'line',
             itemStyle: {
@@ -788,7 +788,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '全员劳动生产率'
-      option.legend.data = ['全员劳动生产率同比', '全员劳动生产率(万/人)']
+      option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',
@@ -818,7 +818,7 @@ let app = new Vue({
         ..._.cloneDeep(this.commonOption),
         series: [
           {
-            name: '人工成本利润率同比',
+            name: '人工成本利润率同比变化',
             type: 'line',
             yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
             smooth: true, //平滑曲线显示
@@ -895,7 +895,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '人工成本利润率'
-      option.legend.data = ['人工成本利润率同比', '人工成本利润率']
+      option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',

+ 6 - 6
manpower/js/index4.js

@@ -639,7 +639,7 @@ let app = new Vue({
             data: dataL8[0],
           },
           {
-            name: '人工成本利润率',
+            name: '人工成本利润率同比变化',
             type: 'line',
             barWidth: 15,
             yAxisIndex: 1,
@@ -662,7 +662,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '人数变化和人工利润率变化分析'
-      option.legend.data = ['人数变化', '人工成本利润率']
+      option.legend.data = ['人数变化', '人工成本利润率同比变化']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',
@@ -767,7 +767,7 @@ let app = new Vue({
             },
           },
           {
-            name: '全员劳动生产率同比',
+            name: '全员劳动生产率同比变化',
             yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
             type: 'line',
             itemStyle: {
@@ -789,7 +789,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '全员劳动生产率'
-      option.legend.data = ['全员劳动生产率同比', '全员劳动生产率(万/人)']
+      option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',
@@ -819,7 +819,7 @@ let app = new Vue({
         ..._.cloneDeep(this.commonOption),
         series: [
           {
-            name: '人工成本利润率同比',
+            name: '人工成本利润率同比变化',
             type: 'line',
             yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
             smooth: true, //平滑曲线显示
@@ -896,7 +896,7 @@ let app = new Vue({
         ],
       }
       option.title.text = '人工成本利润率'
-      option.legend.data = ['人工成本利润率同比', '人工成本利润率']
+      option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
       option.legend.show = true
       option.tooltip = {
         trigger: 'axis',