Commit 19eb18a0 authored by 陈明豪's avatar 陈明豪

Merge remote-tracking branch 'origin/master'

parents c63be594 777ab479
......@@ -254,7 +254,7 @@
</el-row>
<el-row v-show="checkDetail.checkSchedule < 2">
<el-col :span="8">
<el-form-item label="暂未预约">
<el-form-item label="暂未预约" label-width="67px">
<span></span>
</el-form-item>
</el-col>
......
......@@ -130,13 +130,13 @@ export default {
petStatus: ''
},
rules: {
phone: [
{
pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
message: '请输入正确的手机号码',
trigger: 'blur'
}
]
// phone: [
// {
// pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
// message: '请输入正确的手机号码',
// trigger: 'blur'
// }
// ]
},
// 选中数据
chooseData: {},
......
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