|
@@ -11,10 +11,10 @@
|
|
|
<view class="cell-item" v-for="(item, index) in listdata" :key="index">
|
|
|
<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">
|
|
|
- <text :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>
|
|
|
- </text>
|
|
|
+ <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>
|
|
|
+ </view>
|
|
|
<view class="cell-item-c">
|
|
|
<text class="cell-item-des">{{subItem.remarks||'--'}}</text>
|
|
|
<text class="cell-item-date">{{subItem.createDate}}</text>
|