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
74d9efe6
Commit
74d9efe6
authored
May 24, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3ed158d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
18 deletions
+14
-18
src/views/outpatientDetails.vue
+13
-15
vue.config.js
+1
-3
No files found.
src/views/outpatientDetails.vue
View file @
74d9efe6
...
...
@@ -55,7 +55,8 @@
</div>
<div
class=
"outpatientDetails_msg"
>
<span
class=
"outpatientDetails_msg_tu4"
><img
src=
"../assets/img/zu.png"
alt=
""
/></span>
<span>
分组:
{{
HistoryInfo
.
doctorName
}}
</span>
<span>
分组编码:
{{
HistoryInfo
.
coreCode
}}
</span>
<span
:title=
"HistoryInfo.coreName"
>
分组名称:
{{
HistoryInfo
.
coreName
}}
</span>
<span>
病种分值:
{{
decimal
(
HistoryInfo
.
rw
)
}}
</span>
<span>
预计DIP支付费用:
{{
decimal
(
HistoryInfo
.
actualfee
)
}}
</span>
<span>
总费用:
{{
decimal
(
HistoryInfo
.
totalFee
)
}}
</span>
...
...
@@ -87,7 +88,7 @@
<span
class=
"outpatientDetails_fenqu_di_bb_div2_span2"
:style=
"
{ width: contentwidth + '%' }"
>
<span
class=
"outpatientDetails_fenqu_di_bb_div2_span2_t2"
:title=
"'正常区域:' +
Math.round(lowMagnification) + 1
+ '~' + (Math.round(highMagnification) - 1)"
:title=
"'正常区域:' +
(Math.round(lowMagnification) + 1)
+ '~' + (Math.round(highMagnification) - 1)"
>
正常区域:
{{
Math
.
round
(
lowMagnification
)
+
1
+
"~"
+
(
Math
.
round
(
highMagnification
)
-
1
)
}}
</span
></span
>
...
...
@@ -804,31 +805,28 @@ export default {
justify-content
:
start
;
align-items
:
center
;
margin-bottom
:
25px
;
//
.iconfont
{
//
color
:
#2cabe3
;
//
padding-left
:
28px
;
//
font-size
:
23px
;
//
}
&_tu4
{
padding-left
:
29px
;
font-size
:
23px
;
}
span
:nth-child
(
2
)
{
margin-left
:
21px
;
flex
:
1
;
span
:nth-child
(
3
)
{
width
:
250px
;
height
:
39px
;
line-height
:
39px
;
background-color
:
#fff
;
font-size
:
14px
;
color
:
#6d7381
;
display
:
flex
;
justify-content
:
start
;
align-items
:
center
;
font-family
:
PingFang
SC
;
margin-right
:
5px
;
padding-left
:
10px
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
}
span
:nth-child
(
3
)
{
span
:nth-child
(
2
)
{
flex
:
1
;
margin-left
:
21px
;
height
:
39px
;
background-color
:
#fff
;
font-size
:
14px
;
...
...
@@ -887,9 +885,9 @@ export default {
color
:
#6d7381
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
font-family
:
PingFang
SC
;
margin-right
:
5px
;
padding-left
:
10px
;
}
span
:nth-child
(
n
+
7
)
{
margin-right
:
5px
;
...
...
vue.config.js
View file @
74d9efe6
...
...
@@ -20,9 +20,7 @@ module.exports = {
port
:
8066
,
//测试端口
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:8173/"
,
//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