Merge branch 'master' into dev
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -35,11 +35,22 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="wrapper">
|
<view class="wrapper">
|
||||||
<view class="title">
|
<view class="flex justify-between">
|
||||||
{{ title }}{{ where.type == 1 ? '营业额' : '订单量' }}
|
<view>
|
||||||
|
<view class="title">
|
||||||
|
{{ title }}{{ where.type == 1 ? '营业额' : '订单量' }}
|
||||||
|
</view>
|
||||||
|
<view v-if="where.type == 1" class="money">{{
|
||||||
|
dataObj.all || 0
|
||||||
|
}}</view>
|
||||||
|
<view v-else class="money">{{ dataObj.all || 0 }}</view>
|
||||||
|
</view>
|
||||||
|
<view>
|
||||||
|
<view class="title"> {{ title }}现金部分 </view>
|
||||||
|
<view class="money">{{ dataObj.all_discount }}</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="where.type == 1" class="money">{{ dataObj.all || 0 }}</view>
|
|
||||||
<view v-else class="money">{{ dataObj.all || 0 }}</view>
|
|
||||||
<view class="increase">
|
<view class="increase">
|
||||||
<view>
|
<view>
|
||||||
{{ time === 'date' ? '' : title }}增长率:<text
|
{{ time === 'date' ? '' : title }}增长率:<text
|
||||||
@@ -395,6 +406,7 @@ const touchEnd = (e: any) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.red {
|
.red {
|
||||||
color: #ff6969;
|
color: #ff6969;
|
||||||
}
|
}
|
||||||
@@ -402,6 +414,7 @@ const touchEnd = (e: any) => {
|
|||||||
.green {
|
.green {
|
||||||
color: #1abb1d;
|
color: #1abb1d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
@@ -428,6 +441,7 @@ const touchEnd = (e: any) => {
|
|||||||
.top {
|
.top {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
text {
|
text {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
@@ -436,6 +450,7 @@ const touchEnd = (e: any) => {
|
|||||||
color: #fa2c19;
|
color: #fa2c19;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user