Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
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
刘照晖
DC-TOM
Commits
7b44cfc0
Commit
7b44cfc0
authored
May 30, 2025
by
liuzhaoh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备管理BUG修复
parent
cad9daec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
paramsSetings.vue
src/views/equipmentManagement/components/paramsSetings.vue
+5
-4
No files found.
src/views/equipmentManagement/components/paramsSetings.vue
View file @
7b44cfc0
...
...
@@ -103,12 +103,12 @@
<input
type=
"checkbox"
checked
v-model=
"infoObj.
l
iftValveCommunicationIp"
v-model=
"infoObj.
hasL
iftValveCommunicationIp"
/>
脉冲阀设备Y/N 通信IP
</label>
<div
style=
"margin-left: 10px"
>
<el-input></el-input>
<el-input
v-model=
"infoObj.liftValveCommunicationIp"
></el-input>
</div>
</div>
<div>
...
...
@@ -170,7 +170,7 @@ let infoObj = reactive({
faultThreshold
:
""
,
// 故障阈值
valleyDection
:
""
,
// 谷值判定%
valveNum
:
""
,
// 阀数量
valveCheck
:
""
,
// 阀数量选中
hasValveNum
:
""
,
// 阀数量选中
liftValveFailure
:
""
,
// 提升阀故障
onlineBackblow
:
false
,
// 在线反吹
fastBlow
:
true
,
// 块/慢
...
...
@@ -181,6 +181,7 @@ let infoObj = reactive({
showEarlyWarn
:
true
,
// 显示预警
relateDevicesNum
:
""
,
// 关联设备
liftValveCommunicationIp
:
""
,
// 脉冲阀设备Y/N通信IP
hasLiftValveCommunicationIp
:
""
,
// 脉冲阀设备Y/N通信IP选中
indoorPulseBlow
:
""
,
// 室内卖出轮流喷吹
liftValveDelayTime
:
""
,
// 提升阀延迟时间
});
...
...
@@ -270,7 +271,7 @@ const infoEnum = reactive([
{
label
:
"阀数量"
,
propKey
:
"valveNum"
,
propKey2
:
"
valveCheck
"
,
propKey2
:
"
hasValveNum
"
,
type
:
"input"
,
type2
:
"checkbox"
,
},
...
...
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