|
|
@@ -33,7 +33,7 @@ |
|
|
|
<view class="bottom"> |
|
|
|
对比上周: {{ data.preNum || 0 }} |
|
|
|
<text class="b-text" |
|
|
|
:class="{up: data.percent > 0, down: data.percent < 0}">{{ data.percent || '--' }}</text> |
|
|
|
:class="{up: data.percent > 0, down: data.percent < 0}">{{ data.percent || '0' }}</text> |
|
|
|
<template v-if="data.percent != 0"> |
|
|
|
<text style="margin-left: 8rpx;font-size: 34rpx;font-weight: bold;" :class="{up: data.percent > 0, down: data.percent < 0}">{{ data.percent > 0 ? '↑' : '↓' }}</text> |
|
|
|
</template> |
|
|
@@ -234,7 +234,7 @@ |
|
|
|
|
|
|
|
<!-- 底部按钮 --> |
|
|
|
<view class="nav-footer"> |
|
|
|
<view class="footer-item full" style="margin-left: 22rpx;"> |
|
|
|
<view class="footer-item full"> |
|
|
|
<button open-type="share" class="fulls"> |
|
|
|
分享给好友 |
|
|
|
</button> |
|
|
@@ -435,6 +435,7 @@ |
|
|
|
onShareAppMessage() { |
|
|
|
return { |
|
|
|
title: `${this.projectName}数智工牌周报`, |
|
|
|
type: 2, |
|
|
|
path: `/pages/mine/reportExcel/weekRepor?id=${this.id}` |
|
|
|
} |
|
|
|
}, |
|
|
@@ -663,7 +664,8 @@ |
|
|
|
|
|
|
|
.briefing { |
|
|
|
margin: 40rpx 0 0 0; |
|
|
|
|
|
|
|
background: #fff; |
|
|
|
|
|
|
|
.briefing-title { |
|
|
|
padding: 0 30rpx; |
|
|
|
height: 90rpx; |
|
|
|