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
fc578d15
Commit
fc578d15
authored
Jun 01, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
0bf44b4b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
15 deletions
+33
-15
src/components/medicalRecordHomepage/index.scss
+2
-2
src/components/medicalRecordHomepage/index.vue
+4
-4
src/views/outpatientDetails.vue
+1
-2
src/views/outseeQualityControl.vue
+26
-7
No files found.
src/components/medicalRecordHomepage/index.scss
View file @
fc578d15
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
font-size
:
12px
!
important
;
font-size
:
12px
!
important
;
.pageindex
{
.pageindex
{
padding
:
20px
0px
!
important
;
padding
:
20px
1
0px
!
important
;
}
}
.el-row
{
.el-row
{
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
font-size
:
12px
!
important
;
font-size
:
12px
!
important
;
.pageindex
{
.pageindex
{
padding
:
20px
0px
!
important
;
padding
:
20px
1
0px
!
important
;
}
}
.el-row
{
.el-row
{
...
...
src/components/medicalRecordHomepage/index.vue
View file @
fc578d15
...
@@ -420,15 +420,15 @@
...
@@ -420,15 +420,15 @@
<el-table-column
prop=
"diaG_NAME"
label=
"出院诊断"
></el-table-column>
<el-table-column
prop=
"diaG_NAME"
label=
"出院诊断"
></el-table-column>
<el-table-column
prop=
"diaG_CODE"
label=
"疾病编码"
></el-table-column>
<el-table-column
prop=
"diaG_CODE"
label=
"疾病编码"
></el-table-column>
<el-table-column
prop=
"diaG_ORDERNAME"
label=
"诊断类型"
>
</el-table-column>
<el-table-column
prop=
"diaG_ORDERNAME"
label=
"诊断类型"
>
</el-table-column>
<el-table-column
prop=
"diaG_ILLNESS"
label=
"入院
详
情"
></el-table-column>
<el-table-column
prop=
"diaG_ILLNESS"
label=
"入院
病
情"
></el-table-column>
</el-table>
</el-table>
</el-row>
</el-row>
<el-row>
<
!--
<
el-row>
<el-col
:span=
"3"
><span
class=
"key c05C"
>
入院病情
</span></el-col>
<el-col
:span=
"3"
><span
class=
"key c05C"
>
入院病情
</span></el-col>
<el-col
:span=
"20"
<el-col
:span=
"20"
><span
class=
"values"
>
{{
changeValue
(
"c05C"
)
}}
</span></el-col
><span
class=
"values"
>
{{
changeValue
(
"c05C"
)
}}
</span></el-col
>
>
</el-row>
</el-row>
-->
<el-row>
<el-row>
<el-col
:span=
"18"
>
<el-col
:span=
"18"
>
...
@@ -1207,7 +1207,7 @@ export default {
...
@@ -1207,7 +1207,7 @@ export default {
}
}
.pageindex
{
.pageindex
{
padding
:
20px
0px
;
padding
:
20px
1
0px
;
border
:
1px
solid
#000
;
border
:
1px
solid
#000
;
min-height
:
800px
;
min-height
:
800px
;
}
}
...
...
src/views/outpatientDetails.vue
View file @
fc578d15
...
@@ -421,8 +421,7 @@ export default {
...
@@ -421,8 +421,7 @@ export default {
topage
()
{
topage
()
{
http
.
get
(
`/medical/get/JumpHisRules?id=
${
this
.
$route
.
query
.
id
}
`
,
{})
http
.
get
(
`/medical/get/JumpHisRules?id=
${
this
.
$route
.
query
.
id
}
`
,
{})
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
console
.
log
(
data
);
window
.
open
(
data
.
message
);
window
.
location
.
href
=
data
.
message
;
})
})
.
catch
((
error
)
=>
{});
.
catch
((
error
)
=>
{});
},
},
...
...
src/views/outseeQualityControl.vue
View file @
fc578d15
...
@@ -12,6 +12,9 @@
...
@@ -12,6 +12,9 @@
<div
class=
"outseeQualityControl_box_btn"
>
<div
class=
"outseeQualityControl_box_btn"
>
<el-button
class=
"outseeQualityControl_box_btn_button"
size=
"mini"
type=
"primary"
@
click=
"getSynchronous"
>
同步数据
</el-button>
<el-button
class=
"outseeQualityControl_box_btn_button"
size=
"mini"
type=
"primary"
@
click=
"getSynchronous"
>
同步数据
</el-button>
</div>
</div>
<div
class=
"outseeQualityControl_box_header"
>
<div
class=
"outseeQualityControl_box_header_text"
></div>
</div>
<div
class=
"outseeQualityControl_box_Content"
>
<div
class=
"outseeQualityControl_box_Content"
>
<div
class=
"outseeQualityControl_box_Content_left"
>
<div
class=
"outseeQualityControl_box_Content_left"
>
<medical-record-homepage
:medicalrecord=
"medicalrecord"
>
</medical-record-homepage>
<medical-record-homepage
:medicalrecord=
"medicalrecord"
>
</medical-record-homepage>
...
@@ -273,6 +276,7 @@ export default {
...
@@ -273,6 +276,7 @@ export default {
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
//
@import
'../styles/mixin.scss'
;
//
@import
'../styles/mixin.scss'
;
//
@import
'styles/media/components/outseeQualityControl.scss'
;
//
@import
'styles/media/components/outseeQualityControl.scss'
;
html
,
body
{
body
{
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
...
@@ -297,22 +301,38 @@ body {
...
@@ -297,22 +301,38 @@ body {
&
_box
{
&
_box
{
background-color
:
#f3fafd
;
background-color
:
#f3fafd
;
padding
:
30px
;
padding
:
2%
;
height
:
92%
;
&_btn
{
&_btn
{
width
:
100%
;
width
:
100%
;
height
:
40px
;
height
:
40px
;
display
:
flex
;
display
:
flex
;
justify-content
:
flex-end
;
justify-content
:
flex-end
;
background
:
#fff
;
padding
:
15px
0
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
&_button
{
&_button
{
background-color
:
#2cabe3
;
background-color
:
#2cabe3
;
color
:
#fff
;
color
:
#fff
;
}
}
}
}
&
_header
{
height
:
25px
;
margin-bottom
:
20px
;
background
:
url("../assets/img/dataMaintenance/title.png")
no-repeat
;
background-size
:
100%
100%
;
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
flex-start
;
align-items
:
center
;
&_text
{
font-size
:
13px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#ffffff
;
margin-left
:
15px
;
}
}
&
_Content
{
&
_Content
{
display
:
flex
;
display
:
flex
;
//
flex-direction
:
row
;
//
flex-direction
:
row
;
...
@@ -326,9 +346,8 @@ body {
...
@@ -326,9 +346,8 @@ body {
&_left
{
&_left
{
width
:
60%
;
width
:
60%
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
height
:
100%
;
height
:
96%
;
padding
:
0
4%
;
padding
:
2%
4%
;
max-height
:
800px
;
overflow
:
auto
;
overflow
:
auto
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
}
}
...
...
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