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
277b9973
Commit
277b9973
authored
Apr 18, 2025
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b1fecfa8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
public/webconfig.js
+2
-0
src/views/diagList.vue
+0
-0
src/views/outHistorygrouping.vue
+15
-4
No files found.
public/webconfig.js
View file @
277b9973
...
...
@@ -83,4 +83,6 @@ window.webConfig = {
isPara
:
true
,
},
],
isShow_HosAvgFee
:
true
,
year
:
"24年"
,
};
src/views/diagList.vue
View file @
277b9973
This diff is collapsed.
Click to expand it.
src/views/outHistorygrouping.vue
View file @
277b9973
...
...
@@ -168,6 +168,10 @@
<!--
<span>
药耗占比:
{{
decimal
(
item
.
drugMatPercent
)
+
"%"
}}
</span>
-->
<span>
盈亏:
{{
decimal
(
item
.
profitLoss
)
}}
</span>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text3"
>
<span
v-if=
"isShow_HosAvgFee"
>
{{
year
}}
同级医院平均住院日:
{{
item
.
avgInHosDay
}}
</span>
<span
v-if=
"isShow_HosAvgFee"
>
{{
year
}}
同级医院次均费用:
{{
decimal
(
item
.
hosAvgFee
)
}}
</span>
</div>
</div>
<div
class=
"outpatientDetails_fenqu"
v-if=
"item.lowMagnification != 0 && item.highMagnification != 0"
>
<div
class=
"outpatientDetails_fenqu_di"
>
...
...
@@ -414,11 +418,18 @@ export default {
},
};
},
computed
:
{
year
()
{
return
window
.
webConfig
.
year
;
},
isShow_HosAvgFee
()
{
return
window
.
webConfig
.
isShow_HosAvgFee
;
},
},
mounted
()
{
this
.
$nextTick
(()
=>
{
window
.
addEventListener
(
"mouseover"
,
this
.
myTimeOut
);
});
console
.
log
(
location
.
origin
);
this
.
myTimeOut
();
this
.
getCaseHis
(
this
.
$route
.
query
.
id
);
if
(
this
.
searchForm
.
diagName
.
length
>
0
)
{
...
...
@@ -1055,8 +1066,8 @@ export default {
}
&
_text
{
flex
:
1
;
padding
-left
:
10px
;
height
:
100
%
;
padding
:
10px
;
height
:
96
%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
...
...
@@ -1155,7 +1166,7 @@ export default {
background-color
:
rgba
(
44
,
171
,
227
,
0.08
);
display
:
flex
;
flex-direction
:
column
;
height
:
35
%
;
height
:
50
%
;
justify-content
:
center
;
padding-top
:
10px
;
&_text3
{
...
...
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