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
9118efef
Commit
9118efef
authored
Jun 01, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
96d6b218
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/components/medicalRecordHomepage/index.vue
+3
-3
src/views/outpatientDetails.vue
+2
-1
No files found.
src/components/medicalRecordHomepage/index.vue
View file @
9118efef
...
@@ -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"
>
...
...
src/views/outpatientDetails.vue
View file @
9118efef
...
@@ -422,7 +422,8 @@ export default {
...
@@ -422,7 +422,8 @@ 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
)
=>
{
window
.
location
.
href
=
data
.
message
;
// window.location.href = data.message;
window
.
open
(
data
.
message
);
})
})
.
catch
((
error
)
=>
{});
.
catch
((
error
)
=>
{});
},
},
...
...
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