Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
19eb18a0
Commit
19eb18a0
authored
Jun 29, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
c63be594
777ab479
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
check-detail.vue
...ice-management/medical-record-management/check-detail.vue
+1
-1
choose-pet.vue
...e-management/registration-queue/components/choose-pet.vue
+7
-7
No files found.
src/views/service-management/medical-record-management/check-detail.vue
View file @
19eb18a0
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
</el-row>
</el-row>
<el-row
v-show=
"checkDetail.checkSchedule < 2"
>
<el-row
v-show=
"checkDetail.checkSchedule < 2"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"暂未预约"
>
<el-form-item
label=
"暂未预约"
label-width=
"67px"
>
<span></span>
<span></span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
src/views/service-management/registration-queue/components/choose-pet.vue
View file @
19eb18a0
...
@@ -130,13 +130,13 @@ export default {
...
@@ -130,13 +130,13 @@ export default {
petStatus
:
''
petStatus
:
''
},
},
rules
:
{
rules
:
{
phone
:
[
//
phone: [
{
//
{
pattern
:
/^1
[
3|4|5|6|7|8|9
][
0-9
]\d{8}
$/
,
//
pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
message
:
'请输入正确的手机号码'
,
//
message: '请输入正确的手机号码',
trigger
:
'blur'
//
trigger: 'blur'
}
//
}
]
//
]
},
},
// 选中数据
// 选中数据
chooseData
:
{},
chooseData
:
{},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment