Kaynağa Gözat

修改账单金额去除备注必填

Shannon_mu 1 yıl önce
ebeveyn
işleme
c5060d37ab

+ 1 - 2
operationSupport/src/views/payService/propertyFee/stepPage/editAmount.vue

@@ -25,8 +25,7 @@ export default {
             },
             formRules: {
                 amount: [this.$valid.inputRequired('费用金额')],
-                lateFee: [this.$valid.inputRequired('滞纳金')],
-                remark: [this.$valid.inputRequired('备注')]
+                lateFee: [this.$valid.inputRequired('滞纳金')]
             }
         };
     },