Parcourir la source

批量通过时日期框

theo il y a 2 ans
Parent
commit
8134aba293
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      backendEle/src/views/finance/withdraw.vue

+ 2 - 2
backendEle/src/views/finance/withdraw.vue

@@ -336,7 +336,7 @@ export default {
       if (status === '2') {
       if (status === '2') {
         title = '确定要通过审核?备注:'
         title = '确定要通过审核?备注:'
       } else if (status === '3') {
       } else if (status === '3') {
-        title = '确定要设为待付款?备注:'
+        title = '确定要设为待复核?备注:'
       } else if (status === '4') {
       } else if (status === '4') {
         title = '确定要设为付款失败?备注:'
         title = '确定要设为付款失败?备注:'
       } else if (status === '6') {
       } else if (status === '6') {
@@ -426,7 +426,7 @@ export default {
       this.dialogAuditFormVisible = true
       this.dialogAuditFormVisible = true
       this.auditForm.auditTips = title
       this.auditForm.auditTips = title
       this.auditForm.auditStatus = status
       this.auditForm.auditStatus = status
-      if (status === 3) {
+      if (status == '3') {
         this.planPayDateVisible = true
         this.planPayDateVisible = true
       } else {
       } else {
         this.planPayDateVisible = false
         this.planPayDateVisible = false