Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
4b7e4c9d
Commit
4b7e4c9d
authored
Jan 07, 2025
by
方建宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计量站工艺图
parent
65cd7448
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
25 deletions
+16
-25
MeasurementArt.vue
src/components/art/MeasurementArt.vue
+16
-25
No files found.
src/components/art/MeasurementArt.vue
View file @
4b7e4c9d
...
...
@@ -156,31 +156,22 @@ getPipeData();
function
getPipeData
()
{
pipeRealArt
.
title
.
forEach
(
element
=>
{
pipeRealArt
.
realData
.
forEach
(
item
=>
{
PipeData
[
element
.
enName
]
=
item
[
element
.
enName
];
});
});
// SupplyClearPressure.value = PipeData["SupplyClearPressure"];
// SupplyValuePressure.value = PipeData["SupplyValuePressure"];
// FirstInTemp.value = PipeData["FirstInTemp"];
// SupplyFlow.value = PipeData["SupplyFlow"];
// SupplyFlowSum.value = PipeData["SupplyFlowSum"];
// SupplyHeat.value = PipeData["SupplyHeat"];
// SupplyHeatSum.value = PipeData["SupplyHeatSum"];
// FirstOutTemp.value = PipeData["FirstOutTemp"];
// BackClearPressure.value = PipeData["BackClearPressure"];
// BackFlow.value = PipeData["BackFlow"];
// BackFlowSum.value = PipeData["BackFlowSum"];
SupplyClearPressure
.
value
=
0.84
;
SupplyValuePressure
.
value
=
0
;
FirstInTemp
.
value
=
87.2
;
SupplyFlow
.
value
=
1197
;
SupplyFlowSum
.
value
=
36897000
;
SupplyHeat
.
value
=
235.27
;
SupplyHeatSum
.
value
=
6602950
;
FirstOutTemp
.
value
=
38.7
;
BackClearPressure
.
value
=
0.33
;
BackFlow
.
value
=
1119
;
BackFlowSum
.
value
=
4284070
;
if
(
item
.
id
===
id
.
value
)
{
PipeData
[
element
.
enName
]
=
item
[
element
.
enName
[
0
].
toLowerCase
()
+
element
.
enName
.
substring
(
1
)];
}
})
})
SupplyClearPressure
.
value
=
PipeData
[
"SupplyClearPressure"
];
SupplyValuePressure
.
value
=
PipeData
[
"SupplyValuePressure"
];
FirstInTemp
.
value
=
PipeData
[
"FirstInTemp"
];
SupplyFlow
.
value
=
PipeData
[
"SupplyFlow"
];
SupplyFlowSum
.
value
=
PipeData
[
"SupplyFlowSum"
];
SupplyHeat
.
value
=
PipeData
[
"SupplyHeat"
];
SupplyHeatSum
.
value
=
PipeData
[
"SupplyHeatSum"
];
FirstOutTemp
.
value
=
PipeData
[
"FirstOutTemp"
];
BackClearPressure
.
value
=
PipeData
[
"BackClearPressure"
];
BackFlow
.
value
=
PipeData
[
"BackFlow"
];
BackFlowSum
.
value
=
PipeData
[
"BackFlowSum"
];
}
setInterval
(()
=>
{
getPipeData
();
...
...
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