Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
8ef0f76b
Commit
8ef0f76b
authored
Apr 22, 2022
by
aifen@azjy1.onexmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
体温统计传值提交更新
parent
b18e611c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
src/pages/TemperatureRecords/TemperatureStatistics/TemperatureStatistics.vue
...reRecords/TemperatureStatistics/TemperatureStatistics.vue
+16
-15
No files found.
src/pages/TemperatureRecords/TemperatureStatistics/TemperatureStatistics.vue
View file @
8ef0f76b
...
@@ -62,24 +62,24 @@
...
@@ -62,24 +62,24 @@
</view>
</view>
<view
class=
"timeSelectResults timeSelectResults_two"
>
<view
class=
"timeSelectResults timeSelectResults_two"
>
<view
class=
" timeSelectResultsItem timeSelectResultsItem_three"
@
tap=
"temperatrue(3)"
>
<view
class=
" timeSelectResultsItem timeSelectResultsItem_three"
@
tap=
"temperatrue(3)"
>
<view
class=
" timeSelectResultsItemTheme"
>
<view
class=
" timeSelectResultsItemTheme"
>
<text>
低温人数
</text>
<text>
低温人数
</text>
</view>
</view>
<view
class=
"timeSelectResultsItemNumber"
>
<view
class=
"timeSelectResultsItemNumber"
>
<text
class=
"specificNumber"
>
{{
numObj
.
lowTemperatureNum
}}
</text>
人
<text
class=
"specificNumber"
>
{{
numObj
.
lowTemperatureNum
}}
</text>
人
</view>
</view>
</view>
<view
class=
"timeSelectResultsItem timeSelectResultsItem_four"
@
tap=
"temperatrue(4)"
>
<view
class=
"timeSelectResultsItemTheme"
>
<text>
未检测人数
</text>
</view>
</view>
<view
class=
"timeSelectResultsItemNumber"
>
<view
class=
"timeSelectResultsItem timeSelectResultsItem_four"
@
tap=
"temperatrue(4)"
>
<text
class=
"specificNumber"
>
{{
numObj
.
noTemperatureNum
}}
</text>
人
<view
class=
"timeSelectResultsItemTheme"
>
<text>
未检测人数
</text>
</view>
<view
class=
"timeSelectResultsItemNumber"
>
<text
class=
"specificNumber"
>
{{
numObj
.
noTemperatureNum
}}
</text>
人
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -205,7 +205,8 @@
...
@@ -205,7 +205,8 @@
},
{
},
{
classId
:
this
.
selectClass
.
classId
,
classId
:
this
.
selectClass
.
classId
,
gradeId
:
this
.
selectClass
.
gradeId
,
gradeId
:
this
.
selectClass
.
gradeId
,
registDate
:
this
.
selectDate
,
startTime
:
this
.
selectDate
,
endTime
:
this
.
selectDate
,
schoolId
:
getQueryParams
(
'
schoolId
'
),
schoolId
:
getQueryParams
(
'
schoolId
'
),
temperatureInterval
:
this
.
timeSelect
temperatureInterval
:
this
.
timeSelect
})
})
...
@@ -273,7 +274,7 @@
...
@@ -273,7 +274,7 @@
.tainer
{
.tainer
{
.themeBox
{
.themeBox
{
height
:
221rpx
;
height
:
221rpx
;
background
:
url(../../../static/images/temperatureRecords.png)
center
-152rpx
no-repeat
;
background
:
url(../../../static/images/temperatureRecords.png)
center
-152rpx
no-repeat
;
background-size
:
cover
;
background-size
:
cover
;
padding
:
66rpx
32rpx
0
;
padding
:
66rpx
32rpx
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
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