|
@@ -12,8 +12,8 @@
|
|
|
<text class="cell-item-month" v-if="timeScope == 'threeMonth'">{{item.month}}</text>
|
|
|
<view class="cell-item-main" v-for="(subItem, ind) in item.monthDataList" :key="ind">
|
|
|
<view :class="['cell-item-pic']">
|
|
|
- <u-image mode="scaleToFill" v-if="subItem.changeType == 'ADD'" shape="circle" width="90rpx" height="90rpx" src="/static/tudi.png"></u-image>
|
|
|
- <u-image mode="scaleToFill" v-else shape="circle" width="90rpx" height="90rpx" src="/static/bued.png"></u-image>
|
|
|
+ <u-image mode="scaleToFill" v-if="subItem.changeType == 'ADD'" shape="circle" width="70rpx" height="70rpx" src="/static/tudi.png"></u-image>
|
|
|
+ <u-image mode="scaleToFill" v-else shape="circle" width="70rpx" height="70rpx" src="/static/bued.png"></u-image>
|
|
|
</view>
|
|
|
<view class="cell-item-c">
|
|
|
<text class="cell-item-des">{{subItem.operateTypeDictValue||'--'}}</text>
|