From 290d8ae2624fad38dad594e7ab99c9a209ea2a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Fri, 11 Feb 2022 11:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E8=90=A5=E7=AE=A1=E7=90=86=E4=BA=BF?= =?UTF-8?q?=E5=85=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/management/center.vue | 517 ++++++++++++---------- 1 file changed, 295 insertions(+), 222 deletions(-) diff --git a/src/views/bigScreen/management/center.vue b/src/views/bigScreen/management/center.vue index f812362..68cc914 100644 --- a/src/views/bigScreen/management/center.vue +++ b/src/views/bigScreen/management/center.vue @@ -3,48 +3,105 @@
- +
-
收入
-
{{resData.realIncome}}/{{resData.targetIncome}}
+
+ 收入 +
+
+ {{ handleMillion(resData.realIncome) }}/{{ handleMillion(resData.targetIncome) }}亿元 +
- +
-
利润
-
{{resData.realProfit}}/{{resData.targetProfit}}
+
+ 利润 +
+
+ {{ handleMillion(resData.realProfit) }}/{{ handleMillion(resData.targetProfit) }}亿元 +
- +
-
EVA
-
{{resData.realEva}}/{{resData.targetEva}}
+
+ EVA +
+
+ {{ handleMillion(resData.realEva) }}/{{ handleMillion(resData.targetEva) }}亿元 +
- +
-
两金
+
+ 两金 +
- {{resData.realCollection}}/{{resData.targetCollection}} + {{ handleMillion(resData.realCollection) }}/{{ handleMillion(resData.targetCollection) }}亿元
- 产成品 + 产成品
- +
- {{resData.realFinishProduct}}/{{resData.targetFinishProduct}} + {{ handleMillion(resData.realFinishProduct) }}/{{ + handleMillion(resData.targetFinishProduct) + }}亿元
- 应收账款 + 应收账款
- +
@@ -52,10 +109,25 @@
经营指标完成率 - + - -
+ +
@@ -74,30 +146,34 @@