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
b7ae5c3d
Commit
b7ae5c3d
authored
Sep 12, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
67559 全局,返回二次提示修改
parent
09941815
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doctor-detail.vue
...anagement/registration-queue/components/doctor-detail.vue
+4
-4
register-modle.vue
...nagement/registration-queue/components/register-modle.vue
+1
-1
No files found.
src/views/service-management/registration-queue/components/doctor-detail.vue
View file @
b7ae5c3d
<
template
>
<el-dialog
:close-on-click-modal=
"false"
class=
"doctor-detail-modle"
title=
"详情"
:visible
.
sync=
"isShow"
:before-close=
"closeModle"
width=
"
1200px
"
append-to-body
>
<el-form
ref=
"doctorForm"
:model=
"doctorForm"
label-width=
"
6.25rem"
size=
"small
"
>
<el-row>
<el-dialog
:close-on-click-modal=
"false"
class=
"doctor-detail-modle"
title=
"详情"
:visible
.
sync=
"isShow"
:before-close=
"closeModle"
width=
"
75rem
"
append-to-body
>
<el-form
ref=
"doctorForm"
:model=
"doctorForm"
label-width=
"
5.2rem
"
>
<el-row
gutter=
"41"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"name"
label=
"医生姓名"
>
<el-input
v-model=
"doctorForm.doctorName"
:disabled=
"true"
maxlength=
"20"
/>
...
...
@@ -54,7 +54,7 @@
<el-form-item
prop=
"name"
label=
"门诊诊察费"
>
<div
style=
"display: flex;"
>
<el-input
v-model=
"doctorForm.examinationFeeShow"
:disabled=
"true"
maxlength=
"20"
/>
<div
style=
"margin-left:
10px
;"
>
元
</div>
<div
style=
"margin-left:
0.625rem
;"
>
元
</div>
</div>
</el-form-item>
</el-col>
...
...
src/views/service-management/registration-queue/components/register-modle.vue
View file @
b7ae5c3d
...
...
@@ -54,7 +54,7 @@
prop
=
"fees"
show
-
overflow
-
tooltip
/>
<
el
-
table
-
column
class
-
name
=
"small-padding fixed-width"
label
=
"操作"
min
-
width
=
"
16
0"
>
<
el
-
table
-
column
class
-
name
=
"small-padding fixed-width"
label
=
"操作"
min
-
width
=
"
8
0"
>
<
template
#
default
=
"{row
}
"
>
<
el
-
button
:
disabled
=
"registrationType !== '0' ? !inTimeRange(row.hours.split('~')[0], row.hours.split('~')[1],1) : afterTime(row.hours.split('~')[0], row.hours.split('~')[1],1)"
...
...
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