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
a15b91d0
Commit
a15b91d0
authored
Jul 05, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报错
parent
a03a8fec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
src/views/outaddrecordEnrollment.vue
+9
-4
No files found.
src/views/outaddrecordEnrollment.vue
View file @
a15b91d0
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<div
class=
"outaddrecordEnrollment_centent_totalnum_left_text3"
>
<div
class=
"outaddrecordEnrollment_centent_totalnum_left_text3"
>
<span>
预计D
RG
支付费用:
{{
item
.
unitfee
}}
</span
<span>
预计D
IP
支付费用:
{{
item
.
unitfee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
><span>
院内历年平均住院天数:
{{
item
.
avgInHosDay
}}
</span>
><span>
院内历年平均住院天数:
{{
item
.
avgInHosDay
}}
</span>
</div>
</div>
...
@@ -96,6 +96,13 @@
...
@@ -96,6 +96,13 @@
import
{
getItem
,
setItem
,
clear
}
from
'../utils/auth'
;
import
{
getItem
,
setItem
,
clear
}
from
'../utils/auth'
;
import
http
from
'../utils/http'
;
import
http
from
'../utils/http'
;
import
{
reactive
,
toRefs
,
onMounted
,
nextTick
,
computed
,
}
from
"@vue/composition-api"
;
import
{
decimal
}
from
'../utils/decimal'
;
import
{
decimal
}
from
'../utils/decimal'
;
...
@@ -109,8 +116,7 @@ export default {
...
@@ -109,8 +116,7 @@ export default {
dialogVisible
:
Boolean
,
//弹出层是否显示
dialogVisible
:
Boolean
,
//弹出层是否显示
},
},
setup
(
props
,
context
)
{
setup
()
{
const
state
=
reactive
({
const
state
=
reactive
({
...
@@ -128,7 +134,6 @@ export default {
...
@@ -128,7 +134,6 @@ export default {
});
});
//获取主诊断模糊数据
//获取主诊断模糊数据
function
addgroupListMe
()
{
function
addgroupListMe
()
{
http
http
...
...
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