Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
048a0eab
Commit
048a0eab
authored
Feb 27, 2023
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
f9e03428
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
92 deletions
+21
-92
src/views/outClinicalpathway.vue
+21
-92
No files found.
src/views/outClinicalpathway.vue
View file @
048a0eab
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: wsq
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditors: wsq
* @LastEditTime: 2023-02-27 1
4:15:11
* @LastEditTime: 2023-02-27 1
5:05:14
* @Description:
* @Description:
-->
-->
<
template
>
<
template
>
...
@@ -10,73 +10,6 @@
...
@@ -10,73 +10,6 @@
<div
class=
"outClinicalpathway"
>
<div
class=
"outClinicalpathway"
>
<!-- 患者信息 -->
<!-- 患者信息 -->
<div
class=
"outClinicalpathway_top"
>
<div
class=
"outClinicalpathway_top"
>
<!-- 左侧内容 -->
<!--
<div
class=
"outClinicalpathway_top_left"
>
<div
class=
"outClinicalpathway_top_left_one"
>
<span><img
src=
"../assets/img/peo.png"
alt=
""
/></span>
<div
class=
"outClinicalpathway_top_left_one_t1"
>
患者姓名:
<span>
{{
topdata
.
patientName
}}
</span>
</div>
<div
class=
"outClinicalpathway_top_left_one_t2"
>
住院号:
<span>
{{
topdata
.
regCode
}}
</span>
</div>
<div
class=
"outClinicalpathway_top_left_one_t3"
>
住院次数:
<span>
{{
topdata
.
inHosNum
}}
</span>
</div>
<div
class=
"outClinicalpathway_top_left_one_t4"
>
符合临床路径:
<span>
{{
topdata
.
clinical_route_name
}}
</span>
</div>
</div>
<div
class=
"outClinicalpathway_top_left_two"
>
<div
class=
"outClinicalpathway_top_left_two_time"
>
<el-timeline
style=
"display: flex; padding: 0"
>
<el-timeline-item
v-for=
"(activity, index) in activities"
:key=
"index"
:type=
"activity.type"
:color=
"activity.color"
:size=
"activity.size"
:hollow=
"activity.hollow"
:timestamp=
"activity.timestamp"
>
<span
:class=
"
timeindex == activity.inhosdays
? 'outClinicalpathway_top_left_two_time_timespan'
: 'outClinicalpathway_top_left_two_time_timespan2'
"
@
click=
"timeclick(activity)"
>
{{
activity
.
inhosdays
}}
</span
>
</el-timeline-item>
</el-timeline>
</div>
<div
class=
"outClinicalpathway_top_left_two_radio"
>
<el-radio-group
v-model=
"radio"
@
input=
"radiochange"
>
<el-radio
:label=
"1"
>
长期医嘱
</el-radio>
<el-radio
:label=
"2"
>
临时医嘱
</el-radio>
</el-radio-group>
</div>
</div>
</div>
-->
<!-- 右侧按钮 -->
<!--
<div
class=
"outClinicalpathway_top_right"
>
<div
class=
"outClinicalpathway_top_right_btn"
>
<el-button
icon=
"el-icon-user"
style=
"background-color: #0283bb; color: #ffff"
@
click=
"joinorder()"
>
加入医嘱
</el-button
>
<el-button
icon=
"el-icon-s-tools"
style=
"background-color: #0283bb; color: #ffff"
@
click=
"variation()"
>
病情变异
</el-button
>
</div>
</div>
-->
<div
class=
"outClinicalpathway_top_bg"
></div>
<div
class=
"outClinicalpathway_top_bg"
></div>
<div
class=
"outClinicalpathway_top_coent"
>
<div
class=
"outClinicalpathway_top_coent"
>
<!--患者信息 -->
<!--患者信息 -->
...
@@ -199,6 +132,12 @@
...
@@ -199,6 +132,12 @@
<div
class=
"outClinicalpathway_table"
>
<div
class=
"outClinicalpathway_table"
>
<!-- 表格 -->
<!-- 表格 -->
<div
class=
"outClinicalpathway_table_right"
>
<div
class=
"outClinicalpathway_table_right"
>
<div
class=
"outClinicalpathway_table_right_radio"
>
<el-radio-group
v-model=
"radio"
@
input=
"radiochange"
>
<el-radio
:label=
"1"
>
长期医嘱
</el-radio>
<el-radio
:label=
"2"
>
临时医嘱
</el-radio>
</el-radio-group>
</div>
<el-table
<el-table
ref=
"multipleTable"
ref=
"multipleTable"
row-key=
"id"
row-key=
"id"
...
@@ -890,11 +829,8 @@ export default {
...
@@ -890,11 +829,8 @@ export default {
};
};
//加入医嘱
//加入医嘱
const
joinorder
=
()
=>
{
const
joinorder
=
()
=>
{
// console.log("state.newtable1", state.newtable1);
// console.log("state.newtable2", state.newtable2);
state
.
objtable
.
route1
=
state
.
newtable1
;
state
.
objtable
.
route1
=
state
.
newtable1
;
state
.
objtable
.
route2
=
state
.
newtable2
;
state
.
objtable
.
route2
=
state
.
newtable2
;
console
.
log
(
"state.objtable"
,
state
.
objtable
);
http
http
.
post
(
.
post
(
`/ClinicalRoute/ClinicalRoute/SetPatientRoutes?pid=
${
route
.
value
.
query
.
pid
}
`
,
`/ClinicalRoute/ClinicalRoute/SetPatientRoutes?pid=
${
route
.
value
.
query
.
pid
}
`
,
...
@@ -1030,12 +966,15 @@ export default {
...
@@ -1030,12 +966,15 @@ export default {
align-items
:
end
!important
;
align-items
:
end
!important
;
}
}
::v-deep
.el-timeline-item__wrapper
{
::v-deep
.el-timeline-item__wrapper
{
padding-left
:
15
px
!important
;
padding-left
:
29
px
!important
;
margin-right
:
30px
!important
;
margin-right
:
30px
!important
;
top
:
4
px
!important
;
top
:
3
px
!important
;
display
:
flex
!important
;
display
:
flex
!important
;
align-items
:
end
!important
;
align-items
:
end
!important
;
}
}
::v-deep
.el-timeline-item__node--normal
{
margin-left
:
15px
!important
;
}
//
单选框
//
单选框
::v-deep
.el-radio__input.is-checked
.el-radio__inner
{
::v-deep
.el-radio__input.is-checked
.el-radio__inner
{
background-color
:
#0085ba
!important
;
background-color
:
#0085ba
!important
;
...
@@ -1253,28 +1192,18 @@ export default {
...
@@ -1253,28 +1192,18 @@ export default {
height
:
84%
;
height
:
84%
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
//
&_left
{
//
width
:
8%
;
//
height
:
100%
;
//
margin-right
:
5px
;
//
background-color
:
#ffff
;
//
padding-top
:
10px
;
//
&_timespan
{
//
width
:
80%
;
//
height
:
20px
;
//
display
:
flex
;
//
background-color
:
#0283bb
;
//
color
:
#ffff
;
//
}
//
&
_timespan2
{
//
width
:
80%
;
//
height
:
20px
;
//
display
:
flex
;
//
}
//
}
&_right
{
&_right
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
&_radio
{
width
:
100%
;
height
:
8%
;
background
:
#ffff
;
display
:
flex
;
align-items
:
center
;
padding-left
:
10px
;
}
}
}
}
}
}
}
...
...
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