Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
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
xinzhedeai
V3-TailingPond
Commits
2a9baa6e
Commit
2a9baa6e
authored
Aug 15, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
山东辉泰新尾矿库 报警管理-预警值设置 字段显示非必填处理
parent
4f52fb3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
24 deletions
+25
-24
httpApi.js
src/assets/js/httpApi.js
+25
-24
No files found.
src/assets/js/httpApi.js
View file @
2a9baa6e
...
...
@@ -2263,64 +2263,65 @@ var reqApis = function () {
},
"
fivedayone
"
:
{
name
:
"
5天位移速率红色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
5天位移速率红色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
fivedaytwo
"
:
{
name
:
"
5天位移速率橙色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
5天位移速率橙色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
fivedaythree
"
:
{
name
:
"
5天位移速率黄色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
5天位移速率黄色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
fivedayfour
"
:
{
name
:
"
5天位移速率蓝色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
5天位移速率蓝色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
dayone
"
:
{
name
:
"
1天位移速率红色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1天位移速率红色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
daytwo
"
:
{
name
:
"
1天位移速率橙色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1天位移速率橙色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
daythree
"
:
{
name
:
"
1天位移速率黄色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1天位移速率黄色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
dayfour
"
:
{
name
:
"
1天位移速率蓝色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1天位移速率蓝色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
hone
"
:
{
name
:
"
1小时位移速率红色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1小时位移速率红色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
htwo
"
:
{
name
:
"
1小时位移速率橙色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1小时位移速率橙色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
hthree
"
:
{
name
:
"
1小时位移速率黄色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1小时位移速率黄色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
"
hfour
"
:
{
name
:
"
1小时位移速率蓝色报警
"
,
must
:
tru
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
+
'
(
'
+
this
.
unit
+
'
)
'
name
:
"
1小时位移速率蓝色报警
"
,
must
:
fals
e
,
type
:
'
tableFormat
'
,
tableFormat
:
function
(
val
)
{
return
val
?
(
val
+
'
(
'
+
this
.
unit
+
'
)
'
)
:
'
'
}
},
...
...
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