Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
ec6aceed
Commit
ec6aceed
authored
Sep 13, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 居民端初筛判断规则调整
parent
2050cd63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ScreenInfo.vue
src/resident/screening/first/form/ScreenInfo.vue
+3
-3
No files found.
src/resident/screening/first/form/ScreenInfo.vue
View file @
ec6aceed
...
@@ -519,12 +519,12 @@ export default {
...
@@ -519,12 +519,12 @@ export default {
familyHistory
.
includes
(
3
)
||
familyHistory
.
includes
(
4
)
||
familyHistory
.
includes
(
5
)
||
familyHistory
.
includes
(
6
)))
{
familyHistory
.
includes
(
3
)
||
familyHistory
.
includes
(
4
)
||
familyHistory
.
includes
(
5
)
||
familyHistory
.
includes
(
6
)))
{
list
.
push
(
4
)
list
.
push
(
4
)
}
}
if
((
(
pressureOneSbp
>=
130
&&
pressureOneSbp
<=
139
)
||
(
pressureTwoSbp
>=
130
&&
pressureTwoSbp
<=
139
))
&&
if
((
pressureOneSbp
>=
130
||
pressureTwoSbp
>=
130
)
||
(
(
pressureOneDbp
>=
85
&&
pressureOneDbp
<=
89
)
||
(
pressureTwoDbp
>=
85
&&
pressureTwoDbp
<=
89
)
)
(
pressureOneDbp
>=
85
||
pressureTwoDbp
>=
85
)
)
{
)
{
list
.
push
(
5
)
list
.
push
(
5
)
}
}
if
(
fastingGlucose
>=
6.1
&&
fastingGlucose
<
7
)
{
if
(
fastingGlucose
>=
6.1
)
{
list
.
push
(
6
)
list
.
push
(
6
)
}
}
if
(
ldlCholesterin
>=
3.4
)
{
if
(
ldlCholesterin
>=
3.4
)
{
...
...
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