Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
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
耿迪迪
zhmes-agecal
Commits
90f53f08
Commit
90f53f08
authored
Dec 03, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 解绑错误数据显示调整
parent
fba4c1d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
TrayBinding.vue
zhmes-agecal-web/src/views/screen/components/TrayBinding.vue
+5
-5
No files found.
zhmes-agecal-web/src/views/screen/components/TrayBinding.vue
View file @
90f53f08
...
...
@@ -277,11 +277,11 @@ export default {
// 计算初始异常设备数量(标定完成状态)
if
(
this
.
trayStatus
===
'3'
)
{
this
.
abnormalCount
=
this
.
devices
.
filter
(
d
=>
d
.
deviceCode
&&
d
.
status
!==
'1'
&&
d
.
realTimeStatus
===
'0'
&&
d
.
calibrationConcentrationStatus
!==
'4'
&&
d
.
writeTimeStatus
===
'0'
&&
d
.
runTimeStatus
===
'0'
d
=>
d
.
deviceCode
&&
(
d
.
status
!==
'1'
||
d
.
realTimeStatus
===
'0'
||
d
.
calibrationConcentrationStatus
!==
'4'
||
d
.
writeTimeStatus
===
'0'
||
d
.
runTimeStatus
===
'0'
)
).
length
;
this
.
initialAbnormalCount
=
this
.
abnormalCount
;
}
...
...
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