Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
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
lichunliang
yindong-tongbai-automation
Commits
a7ab2d78
Commit
a7ab2d78
authored
Apr 03, 2025
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:heghtThreshold NOT heightThreshold
parent
f11c2000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
psxt.vue
src/views/Screen/items/psxt.vue
+6
-2
No files found.
src/views/Screen/items/psxt.vue
View file @
a7ab2d78
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<div
<div
class=
"water-pump"
class=
"water-pump"
v-for=
"(item, i) in pumpList"
v-for=
"(item, i) in pumpList"
:key=
"i"
:key=
"i
tem.pumpId || `pump_$
{i}`
"
:class="`pst${Number(item.locationNum) - 3}`"
:class="`pst${Number(item.locationNum) - 3}`"
>
>
<div
class=
"H36"
>
<div
class=
"H36"
>
...
@@ -197,7 +197,11 @@ export default {
...
@@ -197,7 +197,11 @@ export default {
filters
:
{
filters
:
{
// 水池显示数据过滤
// 水池显示数据过滤
sumpFilter
(
dateTmp
,
index
,
key
)
{
sumpFilter
(
dateTmp
,
index
,
key
)
{
return
dateTmp
[
index
][
key
];
if
(
dateTmp
?.[
index
]?.[
key
])
{
// 添加空值检测
return
dateTmp
[
index
][
key
];
}
return
"
--
"
;
// 添加默认值
},
},
},
},
};
};
...
...
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