linwenxin преди 1 година
родител
ревизия
7ee1cd6a2d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/basicInfo.js

+ 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',