Parcourir la source

修改走款情况判断

LiFei il y a 4 ans
Parent
commit
6319aa943e

+ 1 - 1
src/views/hlguser/modules/HlgUserSubcontractor.vue

@@ -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 "未走款"

+ 1 - 1
src/views/hlguser/modules/HlgUserSubcontractorContract.vue

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