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
59bbacc2
Commit
59bbacc2
authored
Jul 09, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
品种
parent
77808db1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
check-detail.vue
...ice-management/medical-record-management/check-detail.vue
+16
-6
check-subscribe.vue
...-management/medical-record-management/check-subscribe.vue
+2
-1
No files found.
src/views/service-management/medical-record-management/check-detail.vue
View file @
59bbacc2
...
...
@@ -38,12 +38,22 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物品种"
>
<el-input
v-model=
"checkDetail.petBreed"
class=
"input-detail"
placeholder=
"暂无数据"
disabled
/>
<el-col
:span=
"9"
style=
"padding-right: 10px;"
>
<el-input
v-model=
"checkDetail.petBreed"
style=
"width: 195px;"
placeholder=
"暂无数据"
disabled
/>
</el-col>
<el-col
:span=
"2"
>
<el-input
v-model=
"checkDetail.petChildBreed"
style=
"width: 195px;"
placeholder=
"暂无数据"
disabled
/>
</el-col>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/service-management/medical-record-management/check-subscribe.vue
View file @
59bbacc2
...
...
@@ -353,7 +353,8 @@ export default {
}
)
// 预约设备成功后,返回详情页
this
.
$router
.
push
({
name
:
'CheckDetail'
name
:
'CheckDetail'
,
query
:
{
checkId
:
this
.
currentCheckId
}
}
)
}
)
}
,
...
...
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