Commit 8256066e by Sweet Zhang

保障年期不必填

parent 79e5a88a
......@@ -686,7 +686,6 @@ const basicPlanFormConfig = ref([
inputType: 'decimal',
decimalDigits: 4,
rules: [
{ required: true, message: '请输入金额', trigger: 'blur' },
{ pattern: /^\d+(\.\d{1,4})?$/, message: '最多四位小数', trigger: 'blur' }
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment