Przeglądaj źródła

批量通过时日期框

theo 2 lat temu
rodzic
commit
8134aba293
1 zmienionych plików z 2 dodań i 2 usunięć
  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') {
         title = '确定要通过审核?备注:'
       } else if (status === '3') {
-        title = '确定要设为待付款?备注:'
+        title = '确定要设为待复核?备注:'
       } else if (status === '4') {
         title = '确定要设为付款失败?备注:'
       } else if (status === '6') {
@@ -426,7 +426,7 @@ export default {
       this.dialogAuditFormVisible = true
       this.auditForm.auditTips = title
       this.auditForm.auditStatus = status
-      if (status === 3) {
+      if (status == '3') {
         this.planPayDateVisible = true
       } else {
         this.planPayDateVisible = false