linwenxin 1 年間 前
コミット
7ee1cd6a2d

+ 2 - 2
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/basicInfo.js

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