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
cfe37f19
Commit
cfe37f19
authored
May 29, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3c62a980
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/components/medicalRecordHomepage/index.vue
+6
-6
No files found.
src/components/medicalRecordHomepage/index.vue
View file @
cfe37f19
...
...
@@ -73,7 +73,7 @@
<el-row>
<el-col
:span=
"7"
><span
class=
"key a13"
>
出生日期
</span></el-col>
<el-col
:span=
"17"
><span
class=
"values"
>
{{
changeValue
(
"a13"
)
!=
"——"
?
transformTime
(
changeValue
(
"a13"
))
:
changeValue
(
"a13"
)
}}
</span></el-col
><span
class=
"values"
>
{{
changeValue
(
"a13"
)
!=
"——"
?
transformTime
stamp
(
changeValue
(
"a13"
))
:
changeValue
(
"a13"
)
}}
</span></el-col
>
</el-row>
</el-col>
...
...
@@ -306,7 +306,7 @@
<el-row>
<el-col
:span=
"8"
><span
class=
"key b12"
>
入院时间
</span></el-col>
<el-col
:span=
"16"
><span
class=
"values"
>
{{
changeValue
(
"b12"
)
!=
"——"
?
transformTime
(
changeValue
(
"b12"
))
:
changeValue
(
"b12"
)
}}
</span></el-col
><span
class=
"values"
>
{{
changeValue
(
"b12"
)
!=
"——"
?
transformTime
stamp
(
changeValue
(
"b12"
))
:
changeValue
(
"b12"
)
}}
</span></el-col
>
</el-row>
</el-col>
...
...
@@ -344,7 +344,7 @@
<el-row>
<el-col
:span=
"8"
><span
class=
"key b15"
>
出院时间
</span></el-col>
<el-col
:span=
"16"
><span
class=
"values"
>
{{
changeValue
(
"b15"
)
!=
"——"
?
transformTime
(
changeValue
(
"b15"
))
:
changeValue
(
"b15"
)
}}
</span></el-col
><span
class=
"values"
>
{{
changeValue
(
"b15"
)
!=
"——"
?
transformTime
stamp
(
changeValue
(
"b15"
))
:
changeValue
(
"b15"
)
}}
</span></el-col
>
</el-row>
</el-col>
...
...
@@ -667,7 +667,7 @@
<el-row>
<el-col
:span=
"3"
><span
class=
"key b33"
>
质控日期
</span></el-col>
<el-col
:span=
"15"
><span
class=
"values"
>
{{
changeValue
(
"b33"
)
!=
"——"
?
transformTime
(
changeValue
(
"b33"
))
:
changeValue
(
"b33"
)
}}
</span></el-col
><span
class=
"values"
>
{{
changeValue
(
"b33"
)
!=
"——"
?
transformTime
stamp
(
changeValue
(
"b33"
))
:
changeValue
(
"b33"
)
}}
</span></el-col
>
</el-row>
</div>
...
...
@@ -678,7 +678,7 @@
<el-table-column
prop=
"opS_CODE"
label=
"手术及操作编码"
></el-table-column>
<el-table-column
prop=
"opS_TIME"
label=
"手术及操作日期"
>
<template
#
default=
"scope"
>
{{
scope
.
row
.
opS_TIME
?
transformTime
(
scope
.
row
.
opS_TIME
)
:
""
}}
{{
scope
.
row
.
opS_TIME
?
transformTime
stamp
(
scope
.
row
.
opS_TIME
)
:
""
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"opS_LEVEL"
label=
"手术级别"
></el-table-column>
...
...
@@ -1064,7 +1064,7 @@ import { reactive, toRefs, computed, onMounted, nextTick } from "@vue/compositio
import
{
transformTimestamp
}
from
"../../utils/formatTime"
;
import
{
decimal
}
from
"../../utils/decimal"
;
export
default
{
props
:
[
"medicalrecord"
],
props
:
[
"medicalrecord"
],
data
()
{
return
{};
},
...
...
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