فهرست منبع

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

Shannon_mu 1 سال پیش
والد
کامیت
c5060d37ab
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      operationSupport/src/views/payService/propertyFee/stepPage/editAmount.vue

+ 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('滞纳金')]
             }
         };
     },