|
|
@@ -21,7 +21,7 @@
|
|
|
<view style="margin-top:8upx;">付款:<text>{{item.staffName?item.staffName:''}}</text></view>
|
|
|
<view style="margin-top:8upx;" @click="openPicker(item)">
|
|
|
时间:{{ item.addTime.substr(5,11) }}
|
|
|
- <text style="margin-left:40upx;color:#969292;" v-if="item.payTime!='0000-00-00 00:00:00' && item.addTime.substr(0,9)!=item.payTime.substr(0,9)">
|
|
|
+ <text style="margin-left:40upx;color:#969292;" v-if="item.payTime!='0000-00-00 00:00:00' && item.addTime.substr(5,5)!=item.payTime.substr(5,5)">
|
|
|
账单日期 {{ item.payTime.substr(5,11) }}
|
|
|
</text>
|
|
|
<text style="margin-left:30upx;color:#409eff;">修改</text>
|