Commit 98378203 authored by 黄奎's avatar 黄奎

11

parent 1355e8c5
...@@ -553,6 +553,7 @@ ...@@ -553,6 +553,7 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<!---->
<el-form-item :label="$t('pub.mbPhoneNum')" prop="MobilePhone" class="other_input"> <el-form-item :label="$t('pub.mbPhoneNum')" prop="MobilePhone" class="other_input">
<el-input type="text" v-model="addMsg.MobilePhone" :placeholder="$t('admin.admin_phPhone')" class="w210"> <el-input type="text" v-model="addMsg.MobilePhone" :placeholder="$t('admin.admin_phPhone')" class="w210">
</el-input> </el-input>
...@@ -815,7 +816,8 @@ ...@@ -815,7 +816,8 @@
trigger: "change" trigger: "change"
}, },
{ {
pattern: this.$commonUtils.Regex.el_isInteger, //pattern: this.$commonUtils.Regex.el_isInteger,
pattern: this.$commonUtils.Regex.el_IsNumEn,
message: this.$t('rule.qsrzqsjh'), message: this.$t('rule.qsrzqsjh'),
} }
], ],
......
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