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
3d451592
Commit
3d451592
authored
May 15, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
。
parent
7cddb121
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/views/outpatientDetails.vue
+10
-10
No files found.
src/views/outpatientDetails.vue
View file @
3d451592
...
@@ -46,12 +46,12 @@
...
@@ -46,12 +46,12 @@
病人类型:
<span>
{{
HistoryInfo
.
patientType
}}
</span>
病人类型:
<span>
{{
HistoryInfo
.
patientType
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"outpatientDetails_top_message_div5"
>
<
!--
<
div
class=
"outpatientDetails_top_message_div5"
>
<span
class=
"outpatientDetails_top_message_div5_tu5"
><img
src=
"../assets/img/je.png"
alt=
""
/></span>
<span
class=
"outpatientDetails_top_message_div5_tu5"
><img
src=
"../assets/img/je.png"
alt=
""
/></span>
<div
class=
"outpatientDetails_top_message_div5_t5"
>
<div
class=
"outpatientDetails_top_message_div5_t5"
>
自费占比:
<span>
{{
HistoryInfo
.
ownProportion
!=
undefined
?
decimal
(
HistoryInfo
.
ownProportion
)
+
"%"
:
""
}}
</span>
自费占比:
<span>
{{
HistoryInfo
.
ownProportion
!=
undefined
?
decimal
(
HistoryInfo
.
ownProportion
)
+
"%"
:
""
}}
</span>
</div>
</div>
</div>
</div>
-->
</div>
</div>
</div>
</div>
<div
class=
"outpatientDetails_msg"
>
<div
class=
"outpatientDetails_msg"
>
...
@@ -487,14 +487,14 @@ export default {
...
@@ -487,14 +487,14 @@ export default {
value
:
0
,
value
:
0
,
title
:
"全部"
,
title
:
"全部"
,
},
},
{
//
{
value
:
1
,
//
value: 1,
title
:
"医保"
,
//
title: "医保",
},
//
},
{
//
{
value
:
2
,
//
value: 2,
title
:
"自费"
,
//
title: "自费",
},
//
},
],
],
btnspanind
:
0
,
//按个按钮的ind
btnspanind
:
0
,
//按个按钮的ind
btnvalue
:
0
,
//三个按钮没人高亮全部
btnvalue
:
0
,
//三个按钮没人高亮全部
...
...
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