unknown пре 1 година
родитељ
комит
fb7bb52058

BIN
manpower/images/center-top1.png


BIN
manpower/images/center-top2.png


BIN
manpower/images/center-top3.png


+ 3 - 3
manpower/index.html

@@ -35,7 +35,7 @@
         <dv-border-box-8 :dur="10" style="flex: 1;">
           <div class="my-panel">
             <div class="panel-title">
-              <span class="text">投资关键指标</span>
+              <span class="text">定机构</span>
             </div>
             <div class="content flex">
               <div ref="echartL1" style="flex: 1;height: 100%;"></div>
@@ -138,11 +138,11 @@
                 </div>
                 <div class="flex">
                   <div>
-                    <p>{{numFormat(centerData.changeInfo[2].value2)}}</p>
+                    <p style="color:#FBE139">{{numFormat(centerData.changeInfo[2].value2)}}</p>
                     <p>改革前在册职工数</p>
                   </div>
                   <div>
-                    <p>{{centerData.changeInfo[2].value3}}<span>万</span></p>
+                    <p style="color:#17AC76">{{centerData.changeInfo[2].value3}}<span>万</span></p>
                     <p>在册职工压缩数</p>
                   </div>
                 </div>

+ 18 - 18
manpower/js/index.js

@@ -593,7 +593,7 @@ let app = new Vue({
         series: [
           {
             name: '当前全员劳动生产率(万/人)',
-            type: 'bar',
+            type: 'line',
             barWidth: 15,
             itemStyle: {
               normal: {
@@ -604,7 +604,7 @@ let app = new Vue({
                   },
                   {
                     offset: 1,
-                    color: '#082550',
+                    color: '#43ede3',
                   },
                 ]),
               },
@@ -628,7 +628,7 @@ let app = new Vue({
                   },
                   {
                     offset: 1,
-                    color: '#082550',
+                    color: '#b889ea',
                   },
                 ]),
               },
@@ -647,18 +647,18 @@ let app = new Vue({
                 //     color: '#fff',
                 //   },
                 // },
-                {
-                  name: '央企平均水平(万/人)',
-                  yAxis: 69.4,
-                  lineStyle: {
-                    color: '#fff',
-                  },
-                  label: {
-                    formatter: '{b}',
-                    position: 'middle',
-                    color: '#fff',
-                  },
-                },
+                // {
+                //   name: '央企平均水平(万/人)',
+                //   yAxis: 69.4,
+                //   lineStyle: {
+                //     color: '#fff',
+                //   },
+                //   label: {
+                //     formatter: '{b}',
+                //     position: 'middle',
+                //     color: '#fff',
+                //   },
+                // },
               ],
               label: {
                 distance: [20, 8],
@@ -696,7 +696,7 @@ let app = new Vue({
         series: [
           {
             name: '当前人工成本利润率',
-            type: 'bar',
+            type: 'line',
             barWidth: 15,
             itemStyle: {
               normal: {
@@ -707,7 +707,7 @@ let app = new Vue({
                   },
                   {
                     offset: 1,
-                    color: '#082550',
+                    color: '#5e7ae9',
                   },
                 ]),
               },
@@ -726,7 +726,7 @@ let app = new Vue({
                   },
                   {
                     offset: 1,
-                    color: '#082550',
+                    color: '#b889ea',
                   },
                 ]),
               },