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
70d19a94
Commit
70d19a94
authored
Mar 08, 2023
by
tangyufeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能分组单选,其他文字修改
parent
b42671fb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
src/views/outHistorygrouping.vue
+4
-4
src/views/outaddrecordEnrollment.vue
+2
-2
src/views/outpatientDetails.vue
+2
-2
vue.config.js
+2
-2
No files found.
src/views/outHistorygrouping.vue
View file @
70d19a94
...
...
@@ -62,7 +62,7 @@
<div
class=
"outsetgrouping_top2_message_right"
>
<span
class=
"outsetgrouping_top2_message_right_tu6"
><img
src=
"../assets/img/jiner.png"
alt=
""
/></span>
<div
class=
"outsetgrouping_top2_message_right_t3"
>
预计D
IP
支付费用:
<span>
{{
casehisObj
?
casehisObj
.
drgs
.
actualfee
:
""
}}
</span>
预计D
RG
支付费用:
<span>
{{
casehisObj
?
casehisObj
.
drgs
.
actualfee
:
""
}}
</span>
</div>
</div>
</div>
...
...
@@ -103,11 +103,11 @@
<span>
入组编码:
{{
item
.
code
}}
</span>
<span>
入组名称:
{{
item
.
coreName
}}
</span>
<span>
病种分值:
{{
item
.
score
}}
</span>
<span>
预计D
IP
支付费用:
{{
item
.
unitfee
}}
</span>
<span>
预计D
RG
支付费用:
{{
item
.
unitfee
}}
</span>
</div>
<!--
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text5"
>
<span>
预计D
IP
支付费用:
{{
item
.
unitfee
}}
</span
<span>
预计D
RG
支付费用:
{{
item
.
unitfee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
><span>
院内历年平均住院天数:
{{
item
.
avgInHosDay
}}
</span>
</div>
-->
...
...
@@ -275,7 +275,7 @@
</div>
<div
class=
"outaddrecordEnrollment_centent_totalnum_left_text3"
>
<span>
预计D
IP
支付费用:
{{
item
.
unitfee
}}
</span
<span>
预计D
RG
支付费用:
{{
item
.
unitfee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
><span>
院内历年平均住院天数:
{{
item
.
avgInHosDay
}}
</span>
</div>
...
...
src/views/outaddrecordEnrollment.vue
View file @
70d19a94
...
...
@@ -13,7 +13,7 @@
class=
"outaddrecordEnrollment_search_message_left_t2"
v-model
.
trim=
"outaddsearchForm.diagName"
:trigger-on-focus=
"true"
placeholder=
"请输入预计D
IP
支付费用"
placeholder=
"请输入预计D
RG
支付费用"
clearable
:fetch-suggestions=
"addquerySearchGroup"
select-when-unmatched=
"true"
...
...
@@ -55,7 +55,7 @@
</div>
<div
class=
"outaddrecordEnrollment_centent_totalnum_left_text3"
>
<span>
预计D
IP
支付费用:
{{
item
.
unitfee
}}
</span
<span>
预计D
RG
支付费用:
{{
item
.
unitfee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
><span>
院内历年平均住院天数:
{{
item
.
avgInHosDay
}}
</span>
</div>
...
...
src/views/outpatientDetails.vue
View file @
70d19a94
...
...
@@ -58,7 +58,7 @@
<span
class=
"outpatientDetails_msg_tu4"
><img
src=
"../assets/img/zu.png"
alt=
""
/></span>
<span>
分组:
{{
HistoryInfo
.
doctorName
}}
</span>
<span>
病种分值:
{{
decimal
(
HistoryInfo
.
rw
)
}}
</span>
<span>
预计D
IP
支付费用:
{{
decimal
(
HistoryInfo
.
actualfee
)
}}
</span>
<span>
预计D
RG
支付费用:
{{
decimal
(
HistoryInfo
.
actualfee
)
}}
</span>
<span>
总费用:
{{
decimal
(
HistoryInfo
.
totalFee
)
}}
</span>
<span>
预计盈亏:
{{
decimal
(
HistoryInfo
.
profitLoss
)
}}
</span>
<!--
<span>
院内历年平均费用:
{{
decimal
(
HistoryInfo
.
avgFee
)
}}
</span>
...
...
@@ -149,7 +149,7 @@
{{
scope
.
row
.
proportion
!=
undefined
?
decimal
(
scope
.
row
.
proportion
)
+
"%"
:
""
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"coreTotalFee"
label=
"预计D
IP
设定费用(参考)"
width=
"100"
header-align=
"center"
align=
"right"
>
<el-table-column
prop=
"coreTotalFee"
label=
"预计D
RG
设定费用(参考)"
width=
"100"
header-align=
"center"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
decimal
(
scope
.
row
.
coreTotalFee
)
}}
</
template
>
...
...
vue.config.js
View file @
70d19a94
...
...
@@ -21,8 +21,8 @@ module.exports = {
proxy
:
{
"/api"
:
{
//target: 'http://192.168.18.166:8099/',
//target: 'http://192.168.18.166:8100/'
, //drg测试站点
target
:
"http://192.168.18.166:8033/"
,
//dip测试站点
target
:
"http://192.168.18.166:8100/"
,
//drg测试站点
//
target: "http://192.168.18.166:8033/", //dip测试站点
changeOrigin
:
true
,
pathRewrite
:
{
"^/"
:
"/"
,
...
...
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