Browse Source

zhb修改二级三级四级

zhbyyy 1 year ago
parent
commit
52d4f42e41
6 changed files with 31 additions and 21 deletions
  1. 7 3
      manpower/index2.html
  2. 6 3
      manpower/index3.html
  3. 6 3
      manpower/index4.html
  4. 4 4
      manpower/js/index2.js
  5. 4 4
      manpower/js/index3.js
  6. 4 4
      manpower/js/index4.js

+ 7 - 3
manpower/index2.html

@@ -47,8 +47,9 @@
         </dv-border-box-8>
         <dv-border-box-8 :dur="11" style="flex: 1;">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定职数</span>
+              <span class="tip-window" @click="handleShowTip(2)">智能分析</span>
             </div>
             <div class="content flex">
               <div ref="echartL3" style="flex: 1;height: 100%;"></div>
@@ -187,8 +188,10 @@
       <div class="right">
         <dv-border-box-8 :dur="10" style="flex: 2">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定机制</span>
+              <span class="tip-window" @click="handleShowTip(3)">智能分析</span>
+
             </div>
             <div class="content flex flex-wrap">
               <div ref="echartR1" style="flex: 0 0 49.9%;height: 50%;"></div>
@@ -212,8 +215,9 @@
         </dv-border-box-8>
         <dv-border-box-8 :dur="12" style="flex: 1">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定任期</span>
+              <span class="tip-window" @click="handleShowTip(3)">智能分析</span>
             </div>
             <div class="content flex">
               <div ref="echartR7" style="flex: 1;height: 100%;"></div>

+ 6 - 3
manpower/index3.html

@@ -46,8 +46,9 @@
         </dv-border-box-8>
         <dv-border-box-8 :dur="11" style="flex: 1;">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定职数</span>
+              <span class="tip-window" @click="handleShowTip(1)">智能分析</span>
             </div>
             <div class="content flex">
               <div ref="echartL3" style="flex: 1;height: 100%;"></div>
@@ -186,8 +187,9 @@
       <div class="right">
         <dv-border-box-8 :dur="10" style="flex: 2">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定机制</span>
+              <span class="tip-window" @click="handleShowTip(3)">智能分析</span>
             </div>
             <div class="content flex flex-wrap">
               <div ref="echartR1" style="flex: 0 0 49.9%;height: 50%;"></div>
@@ -211,8 +213,9 @@
         </dv-border-box-8>
         <dv-border-box-8 :dur="12" style="flex: 1">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定任期</span>
+              <span class="tip-window" @click="handleShowTip(0)">智能分析</span>
             </div>
             <div class="content flex">
               <div ref="echartR7" style="flex: 1;height: 100%;"></div>

+ 6 - 3
manpower/index4.html

@@ -46,8 +46,9 @@
         </dv-border-box-8>
         <dv-border-box-8 :dur="11" style="flex: 1;">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定职数</span>
+              <span class="tip-window" @click="handleShowTip(0)">智能分析</span>
             </div>
             <div class="content flex">
               <div ref="echartL3" style="flex: 1;height: 100%;"></div>
@@ -186,8 +187,9 @@
       <div class="right">
         <dv-border-box-8 :dur="10" style="flex: 2">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定机制</span>
+              <span class="tip-window" @click="handleShowTip(3)">智能分析</span>
             </div>
             <div class="content flex flex-wrap">
               <div ref="echartR1" style="flex: 0 0 49.9%;height: 50%;"></div>
@@ -211,8 +213,9 @@
         </dv-border-box-8>
         <dv-border-box-8 :dur="12" style="flex: 1">
           <div class="my-panel">
-            <div class="panel-title">
+            <div class="panel-title flex-between">
               <span class="text">定任期</span>
+              <span class="tip-window" @click="handleShowTip(3)">智能分析</span>
             </div>
             <div class="content flex">
               <div ref="echartR7" style="flex: 1;height: 100%;"></div>

+ 4 - 4
manpower/js/index2.js

@@ -14,7 +14,7 @@ let app = new Vue({
       },
       centerData: '',
       storageRecordConfig: {
-        header: ['时间', '所属集团', '工作情况'],
+        header: ['', '时间', '所属集团', '工作情况'],
         headerBGC: '#05507b33',
         oddRowBGC: '#69c0ff0f',
         evenRowBGC: '',
@@ -818,7 +818,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '全员劳动生产率'
+      option.title.text = '各二级企业全员劳动生产率'
       option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
       option.legend.show = true
       option.tooltip = {
@@ -936,7 +936,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '人工成本利润率'
+      option.title.text = '各二级企业人工成本利润率'
       option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
       option.legend.show = true
       option.tooltip = {
@@ -1358,7 +1358,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '各二级企业利润与薪酬变动情况'
+      option.title.text = '各二级企业利润与薪酬变动情况'
       option.legend.data = ['2022年利润累计涨幅率', '2022年薪酬累计涨幅率']
       option.tooltip = {
         trigger: 'axis',

+ 4 - 4
manpower/js/index3.js

@@ -14,7 +14,7 @@ let app = new Vue({
       },
       centerData: '',
       storageRecordConfig: {
-        header: ['时间', '所属集团', '工作情况'],
+        header: ['', '时间', '所属集团', '工作情况'],
         headerBGC: '#05507b33',
         oddRowBGC: '#69c0ff0f',
         evenRowBGC: '',
@@ -816,7 +816,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '全员劳动生产率'
+      option.title.text = '各三级全员劳动生产率'
       option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
       option.legend.show = true
       option.tooltip = {
@@ -934,7 +934,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '人工成本利润率'
+      option.title.text = '各三级人工成本利润率'
       option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
       option.legend.show = true
       option.tooltip = {
@@ -1414,7 +1414,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '各三级企业利润与薪酬变动情况'
+      option.title.text = '各三级企业利润与薪酬变动情况'
       option.legend.data = ['2022年利润累计涨幅率', '2022年薪酬累计涨幅率']
       option.tooltip = {
         trigger: 'axis',

+ 4 - 4
manpower/js/index4.js

@@ -14,7 +14,7 @@ let app = new Vue({
       },
       centerData: '',
       storageRecordConfig: {
-        header: ['时间', '所属集团', '工作情况'],
+        header: ['', '时间', '所属集团', '工作情况'],
         headerBGC: '#05507b33',
         oddRowBGC: '#69c0ff0f',
         evenRowBGC: '',
@@ -816,7 +816,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '全员劳动生产率'
+      option.title.text = '各四级全员劳动生产率'
       option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
       option.legend.show = true
       option.tooltip = {
@@ -934,7 +934,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '人工成本利润率'
+      option.title.text = '各四级人工成本利润率'
       option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
       option.legend.show = true
       option.tooltip = {
@@ -1381,7 +1381,7 @@ let app = new Vue({
           },
         ],
       }
-      option.title.text = '各四级企业利润与薪酬变动情况'
+      option.title.text = '各四级企业利润与薪酬变动情况'
       option.legend.data = ['2022年利润累计涨幅率', '2022年薪酬累计涨幅率']
       option.tooltip = {
         trigger: 'axis',