Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
diseaseControlManage
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
diseaseControlManage-Develop
diseaseControlManage
Commits
087fb044
Commit
087fb044
authored
Oct 01, 2020
by
pcc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢病管理--易患监测上半部分
parent
1f406f4d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
30 deletions
+5
-30
src/components/userJoin/screenTwoPag4.vue
+5
-30
No files found.
src/components/userJoin/screenTwoPag4.vue
View file @
087fb044
...
...
@@ -134,13 +134,13 @@
<td
width=
"40%"
>
同比·%
</td>
</tr>
<tr>
<td
width=
"60%"
><span>
{{
(
parseFloat
(
topgyfdata
.
ZXZ
?
topgyfdata
.
ZXZ
:
0
)
/
10000
).
toFixed
(
1
)
}}
万
/
{{
(
parseFloat
(
topgyfdata
.
TBZ
?
topgyfdata
.
TBZ
:
0
)
/
10000
).
toFixed
(
1
)
}}
万
</span></td>
<td
width=
"60%"
><span>
{{
formatnum
(
topgyfdata
.
ZXZ
)
}}
/
{{
formatnum
(
topgyfdata
.
ZZZ
)
}}
</span></td>
<td
width=
"40%"
>
{{
Math
.
abs
(
parseFloat
(
topgyfdata
.
TBL
?
topgyfdata
.
TBL
:
0
))
}}
<i
class=
"el-icon-top color2"
></i></td>
</tr>
<tr>
<td
width=
"60%"
><span
class=
"span01"
>
{{
(
parseFloat
(
topqyfdata
.
ZXZ
?
topqyfdata
.
ZXZ
:
0
)
/
10000
).
toFixed
(
1
)
}}
万
/
{{
(
parseFloat
(
topqyfdata
.
TBZ
?
topqyfdata
.
TBZ
:
0
)
/
10000
).
toFixed
(
1
)
}}
万
</span></td>
<td
width=
"60%"
><span
class=
"span01"
>
{{
formatnum
(
topqyfdata
.
ZXZ
)
}}
/
{{
formatnum
(
topqyfdata
.
ZZZ
)
}}
</span></td>
<td
width=
"40%"
>
{{
Math
.
abs
(
parseFloat
(
topqyfdata
.
TBL
?
topqyfdata
.
TBL
:
0
))
}}
<i
class=
"el-icon-top color2"
></i></td>
</tr>
</table>
...
...
@@ -1116,31 +1116,6 @@
}
_this
.
data_x
.
push
(
obj
.
name
)
item
.
zbxx
.
forEach
((
item2
,
index2
)
=>
{
// if (item2.ZBID == '1022') {
// this.dataY01.push(this.tableg[index].zbxx[index2].ZXZ ? this.tableg[index].zbxx[index2].ZXZ : 0)
// this.dataY02.push(this.tableg[index].zbxx[index2].TBZ ? this.tableg[index].zbxx[index2].TBZ : 0)
//
// this.dataY03.push(item2.ZXZ ? parseFloat(item2.ZXZ).toFixed(1) : 0)
// this.dataY04.push(item2.PZL ? parseFloat(item2.PZL).toFixed(1) : 0)
// }
//
// if (item2.ZBID == '1017') {
// //这里的管不对
// obj.tag1 = this.tableg[index].zbxx[index2].ZXZ ? parseFloat(this.tableg[index].zbxx[index2].ZXZ).toFixed(1) : 0
// obj.tag2 = this.tableg[index].zbxx[index2].PZL ? parseFloat(this.tableg[index].zbxx[index2].PZL).toFixed(1) : 0
//
// //签
// obj.tag3 = item2.ZXZ ? parseFloat(item2.ZXZ).toFixed(1) : 0
// obj.tag4 = item2.PZL ? parseFloat(item2.PZL).toFixed(1) : 0
// this.dataY05.push(this.tableg[index].zbxx[index2].ZXZ ? parseFloat(this.tableg[index].zbxx[index2].ZXZ).toFixed(1) : 0)
// this.dataY06.push(item2.TBZ ? parseFloat(item2.TBZ).toFixed(1) : 0)
//
// //签
// this.dataY07.push(item2.ZXZ ? parseFloat(item2.ZXZ).toFixed(1) : 0)
// this.dataY08.push(item2.TBZ ? parseFloat(item2.TBZ).toFixed(1) : 0)
// }
//20200612新增判断
if
(
_this
.
DieaNo
==
1
)
{
if
(
_this
.
bingNo
==
1
)
{
/*柱状图*/
...
...
@@ -1209,7 +1184,7 @@
})
_this
.
tableAll
.
push
(
obj
)
console
.
log
(
_this
.
tableAll
)
console
.
log
(
_this
.
tableAll
)
})
//默认进来首诊测压
...
...
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