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
f554c7c1
Commit
f554c7c1
authored
Jun 21, 2023
by
v_liuhuaizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制台报错修改2
parent
14e0a5ab
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
46 deletions
+71
-46
prescribing-modle.vue
...ement/registration-queue/components/prescribing-modle.vue
+62
-39
register-modle.vue
...nagement/registration-queue/components/register-modle.vue
+0
-1
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+4
-1
registration-queue.vue
...vice-management/registration-queue/registration-queue.vue
+5
-5
No files found.
src/views/service-management/registration-queue/components/prescribing-modle.vue
View file @
f554c7c1
This diff is collapsed.
Click to expand it.
src/views/service-management/registration-queue/components/register-modle.vue
View file @
f554c7c1
...
...
@@ -74,7 +74,6 @@
:
limit
.
sync
=
"queryParams.pageSize"
:
page
.
sync
=
"queryParams.pageNum"
:
total
=
"total"
@
current
-
change
=
"handleCurrentChange"
@
pagination
=
"getRegisterMsg"
/>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
...
...
src/views/service-management/registration-queue/registration-detail.vue
View file @
f554c7c1
...
...
@@ -454,6 +454,7 @@ color: #333333;"
</div>
<!-- 开具处方弹出框-->
<prescribing-modle
v-if=
"showPrescribing"
:is-show=
"showPrescribing"
:register-form=
"openForm"
:visit-form=
"visitForm"
...
...
@@ -493,7 +494,9 @@ export default {
// 进度
scheduleKey
:
{
checkSchedule
:
''
,
diagnosisTime
:
''
,
registrationTime
:
''
,
reportTime
:
''
,
recipelTime
:
''
},
// 挂号处方信息传值
openForm
:
{},
openForm
:
{
petOwnerBo
:
{}
},
regiterForm
:
{},
// 就诊信息模块
visitForm
:
{},
...
...
src/views/service-management/registration-queue/registration-queue.vue
View file @
f554c7c1
...
...
@@ -117,18 +117,18 @@
</el-row>
<el-table
ref=
"table"
v-loading=
"loading"
:data=
"registerList"
ref=
"table"
row-key=
"id"
@
selection-change=
"handleSelectionChange"
@
select-all=
"selectAll"
>
<el-table-column
align=
"center"
reserve-selection
type=
"selection"
width=
"55"
/>
<el-table-column
align=
"center"
reserve-selection
type=
"selection"
width=
"55"
/>
<el-table-column
align=
"center"
label=
"序号"
min-width=
"55"
prop=
"index"
show-overflow-tooltip
type=
"index"
/>
<el-table-column
align=
"center"
label=
"挂号方式"
min-width=
"70"
prop=
"type"
show-overflow-tooltip
>
<el-table-column
align=
"center"
label=
"挂号方式"
min-width=
"70"
prop=
"type"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
type
===
'1'
?
'现场'
:
'预约'
}}
</span>
<span>
{{
scope
.
row
.
type
===
'1'
?
'现场'
:
'预约'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"宠物昵称"
min-width=
"70"
prop=
"petNickname"
show-overflow-tooltip
/>
...
...
@@ -200,7 +200,7 @@
<
/template
>
<
script
>
import
{
listRegister
,
getRegister
,
delRegister
,
addRegister
,
updateRegister
,
checkPet
}
from
'@/api/business/register'
import
{
listRegister
,
checkPet
}
from
'@/api/business/register'
export
default
{
name
:
'Register'
,
...
...
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