浏览代码

Merge branch 'main' of https://git.sxidc.com/kingdee_large_screen/pc_kingdee_large_screen

unknown 1 年之前
父节点
当前提交
e5b4859230
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      manpower/js/index.js

+ 5 - 5
manpower/js/index.js

@@ -313,7 +313,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '当前各省属企业总部机构数'
+      option.title.text = '各省属企业总部机构数'
       option.legend.data = ['六定改革前总部机构数', '当前各省属企业总部机构数', '总部机构数核定上限']
       option.yAxis.push({
         splitLine: {
@@ -992,7 +992,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '当前各省属企业全员劳动生产率'
+      option.title.text = '各省属企业全员劳动生产率'
       // option.legend.data = [ '全员劳动生产率(万/人)','全员劳动生产率同比']
       option.legend.show = true
       option.grid.right = '15%'
@@ -1130,7 +1130,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '人工成本利润率'
+      option.title.text = '各省属企业人工成本利润率'
       option.legend.show = true
       option.grid.right = '15%'
       option.yAxis[0].axisLabel.formatter = '{value} %'
@@ -1216,7 +1216,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '当前各省属企业招聘需求公示人次'
+      option.title.text = '各省属企业招聘需求公示人次'
       option.legend.data = ['招聘需求公告次数', '招聘需求公告累计招聘人次']
       option.legend.show = true
       option.tooltip.formatter = function (value) {
@@ -1305,7 +1305,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '当前各省属企业录用结果公示人次'
+      option.title.text = '各省属企业录用结果公示人次'
       option.legend.data = ['录用结果公示次数', '录用结果公示累计公示人数']
       option.legend.show = true
       option.tooltip.formatter = function (value) {