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
b029747d
Commit
b029747d
authored
Oct 13, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug(68489) - 住院管理,【查看入院单】按钮样式不对
parent
316dad08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
2 deletions
+42
-2
hospitalization-details.vue
...nt/hospitalization-management/hospitalization-details.vue
+42
-2
No files found.
src/views/service-management/hospitalization-management/hospitalization-details.vue
View file @
b029747d
...
...
@@ -416,8 +416,8 @@
<
/div
>
<
div
v
-
else
style
=
"padding-left: 16px;"
>
<
el
-
button
class
=
"
fourWordswhiteBtn
"
icon
=
"el-icon-document-remove"
disabled
>
查看入院单
<
/el-button
>
<
el
-
button
class
=
"
fourWordswhiteBtn
"
icon
=
"el-icon-document-remove"
disabled
>
查看出院单
<
/el-button
>
<
el
-
button
class
=
"
btn-class
"
icon
=
"el-icon-document-remove"
disabled
>
查看入院单
<
/el-button
>
<
el
-
button
class
=
"
btn-class
"
icon
=
"el-icon-document-remove"
disabled
>
查看出院单
<
/el-button
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-back"
@
click
=
"goBack"
>
返
回
<
/el-button
>
<
/div
>
<
/el-form
>
...
...
@@ -554,6 +554,7 @@ export default {
// 获得详情信息
getInfo
(
id
)
{
getHospital
(
id
).
then
(
res
=>
{
console
.
log
(
'lalalalalallalalla'
,
res
)
this
.
detailInfo
=
res
.
data
this
.
hosDetailBos
=
res
.
data
.
hosDetailBos
this
.
cashParams
.
medicalRecordId
=
res
.
data
.
medicalRecordId
...
...
@@ -734,4 +735,43 @@ export default {
width
:
400
%
!
important
;
}
}
// 四个字白色按钮
.
btn
-
class
{
padding
:
7
px
13
px
7
px
11
px
;
width
:
105
px
;
height
:
32
px
;
background
:
#
FFFFFF
;
border
-
radius
:
4
px
4
px
4
px
4
px
;
border
:
1
px
solid
#
E5E5E5
;
opacity
:
1
;
font
-
size
:
14
px
;
font
-
family
:
Microsoft
YaHei
-
Regular
,
Microsoft
YaHei
;
font
-
weight
:
400
;
color
:
rgb
(
208
,
208
,
208
);
cursor
:
no
-
drop
;
i
{
font
-
size
:
11
px
;
width
:
11
px
;
height
:
11
px
;
}
&
:
hover
{
background
:
rgba
(
251
,
251
,
251
)
!
important
;
opacity
:
1
;
border
:
1
px
solid
rgb
(
201
,
201
,
201
)
!
important
;
color
:
rgb
(
208
,
208
,
208
)
!
important
;
}
&
:
focus
{
background
:
rgba
(
251
,
251
,
251
)
!
important
;
opacity
:
1
;
border
:
1
px
solid
rgb
(
201
,
201
,
201
);
color
:
rgb
(
208
,
208
,
208
);
}
&
:
active
{
background
:
rgba
(
251
,
251
,
251
)
!
important
;
opacity
:
1
;
border
:
1
px
solid
rgb
(
201
,
201
,
201
)
!
important
;
color
:
rgb
(
208
,
208
,
208
);
}
}
<
/style
>
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