From ace8bb586290fb7c2e5f83fe6eb43edea639cbd0 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 21 Jun 2022 19:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/center/Piabodata/TrendAnalysis.vue | 12 +++++++++--- utils/domain.js | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 024886c..6c9f87f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "AI销管", - "appid" : "__UNI__7A1611D", + "appid" : "__UNI__D88F14A", "description" : "AI销讲助手", "versionName" : "1.1.0", "versionCode" : "100", diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index 461f451..153c7c2 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -56,7 +56,12 @@ {{item.num||0}} 对比:{{item.name==='平均执行率'?item.num1+'%':item.num1}} - {{item.num2+'%'}}{{(item.num2*1) > 0 ? '↑' : '↓'}} + + {{item.num2}} + + {{(item.num2*1) > 0 ? '↑' : '↓'}}