@@ -144,7 +144,7 @@
align: 'left',
dataIndex: 'isPayment',
customRender:function (text,record) {
- if(record.isAutoRenew){
+ if(record.isPayment){
return "已走款:"+record.minPaymentTime+'~'+record.maxPaymentTime
}else{
return "未走款"
@@ -170,7 +170,7 @@
this.ipagination.total=0
this.subcontractorId=record.subcontractorId
this.userId=record.userId
this.msg ="已走款:"+record.minPaymentTime+'~'+record.maxPaymentTime
this.msg ="未走款"