Commit baa9fa5b authored by 徐俊's avatar 徐俊

xujun

parent 6bf5a037
......@@ -123,7 +123,7 @@
</a-col>
<a-col :span="8">
<a-form-model-item prop="forMonths">
<a-input-number v-model="memObject.forMonths" :min="0" :step="0.1" style="width: 60%" />
<a-input-number v-model="memObject.forMonths" :min="0" :max="12" :step="0.1" style="width: 60%" />
</a-form-model-item>
</a-col>
</a-row>
......@@ -141,6 +141,7 @@
import { isEmptyParams, checkEmail, checkPhone, checkIdentitytionId, personBirthday, personGender } from "@/views/utils/common"
import { isIdentityId } from '@/views/utils/validate'
import { getType } from '@/views/utils/auth'
import { max } from "moment";
export default {
......
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