shish hai 1 ano
pai
achega
ae079f6ddb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/admin/expend/list.vue

+ 1 - 1
ghsApp/src/admin/expend/list.vue

@@ -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>