浏览代码

no message

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