|
@@ -39,7 +39,7 @@ export default {
|
|
isShow: this.formOptions.userMobile.isShow,
|
|
isShow: this.formOptions.userMobile.isShow,
|
|
name: 'el-input',
|
|
name: 'el-input',
|
|
md: 6,
|
|
md: 6,
|
|
- attributes: { disabled: !this.formOptions.userMobile.isEdit, placeholder: '请输入' },
|
|
|
|
|
|
+ attributes: { disabled: !this.formOptions.userMobile.isEdit, placeholder: '请输入', maxlength: 11 },
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '客户电话',
|
|
label: '客户电话',
|
|
prop: 'userMobile',
|
|
prop: 'userMobile',
|
|
@@ -50,7 +50,7 @@ export default {
|
|
isShow: this.formOptions.userMobile2.isShow,
|
|
isShow: this.formOptions.userMobile2.isShow,
|
|
name: 'el-input',
|
|
name: 'el-input',
|
|
md: 6,
|
|
md: 6,
|
|
- attributes: { disabled: !this.formOptions.userMobile2.isEdit, placeholder: '请输入' },
|
|
|
|
|
|
+ attributes: { disabled: !this.formOptions.userMobile2.isEdit, placeholder: '请输入', maxlength: 11 },
|
|
formItemAttributes: {
|
|
formItemAttributes: {
|
|
label: '客户电话2',
|
|
label: '客户电话2',
|
|
prop: 'userMobile2',
|
|
prop: 'userMobile2',
|