lock.qiu@kerryprops.com 2 жил өмнө
parent
commit
46ddd22fe3

+ 1 - 1
src/pages/parkingFee/mixins/parkingFeeCoupon.js

@@ -207,7 +207,7 @@ export default {
                 }
               }
             } else {
-              elm.disabled = true; // 非同批次的优惠券设置为不可选择
+              elm.disabled = false; // 非同批次的优惠券设置为不可选择
             }
             return elm
           })