Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
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
Administrator
web-monitor
Commits
4f587a88
Commit
4f587a88
authored
2 years ago
by
yanzhongrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
toast title
parent
e4608fb9
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
16 deletions
+16
-16
index.vue
src/views/alarm/cableTime/index.vue
+1
-1
index.vue
src/views/alarm/device/index.vue
+1
-1
index.vue
src/views/history/deviceLinkRepair/index.vue
+1
-1
index.vue
src/views/history/deviceLinkStatus/index.vue
+1
-1
index.vue
src/views/history/leakyCableRepair/index.vue
+1
-1
index.vue
src/views/monitor/equipment/index.vue
+1
-1
index.vue
src/views/monitor/leakageCable/index.vue
+1
-1
leakyCable.vue
src/views/setting/add/comp/leakyCable.vue
+3
-3
fsuTable.vue
src/views/setting/statistics/comp/fsuTable.vue
+1
-1
leakyTable.vue
src/views/setting/statistics/comp/leakyTable.vue
+1
-1
monitorTable.vue
src/views/setting/statistics/comp/monitorTable.vue
+1
-1
railWayTable.vue
src/views/setting/statistics/comp/railWayTable.vue
+1
-1
stationTable.vue
src/views/setting/statistics/comp/stationTable.vue
+1
-1
index.vue
src/views/user/userLog/index.vue
+1
-1
No files found.
src/views/alarm/cableTime/index.vue
View file @
4f587a88
...
...
@@ -259,7 +259,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/alarm/device/index.vue
View file @
4f587a88
...
...
@@ -225,7 +225,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/history/deviceLinkRepair/index.vue
View file @
4f587a88
...
...
@@ -126,7 +126,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/history/deviceLinkStatus/index.vue
View file @
4f587a88
...
...
@@ -127,7 +127,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/history/leakyCableRepair/index.vue
View file @
4f587a88
...
...
@@ -118,7 +118,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/monitor/equipment/index.vue
View file @
4f587a88
...
...
@@ -143,7 +143,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/monitor/leakageCable/index.vue
View file @
4f587a88
...
...
@@ -122,7 +122,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/setting/add/comp/leakyCable.vue
View file @
4f587a88
...
...
@@ -165,9 +165,9 @@ export default {
antennaFeederLength
:
[
{
required
:
true
,
message
:
"请输入天馈线长度"
,
trigger
:
"blur"
},
],
//
hundredMetersLoss: [
//
{ required: true, message: "请输入漏缆百米损耗", trigger: "blur" },
//
],
hundredMetersLoss
:
[
{
required
:
true
,
message
:
"请输入漏缆百米损耗"
,
trigger
:
"blur"
},
],
inserterLength
:
[
{
required
:
true
,
message
:
"请输入插入器长度"
,
trigger
:
"blur"
},
],
...
...
This diff is collapsed.
Click to expand it.
src/views/setting/statistics/comp/fsuTable.vue
View file @
4f587a88
...
...
@@ -245,7 +245,7 @@ export default {
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/setting/statistics/comp/leakyTable.vue
View file @
4f587a88
...
...
@@ -300,7 +300,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/setting/statistics/comp/monitorTable.vue
View file @
4f587a88
...
...
@@ -254,7 +254,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/setting/statistics/comp/railWayTable.vue
View file @
4f587a88
...
...
@@ -208,7 +208,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/setting/statistics/comp/stationTable.vue
View file @
4f587a88
...
...
@@ -205,7 +205,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/views/user/userLog/index.vue
View file @
4f587a88
...
...
@@ -94,7 +94,7 @@ export default {
this
.
exids
=
list
.
map
((
i
)
=>
i
.
id
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"
查询
成功"
);
successAlert
(
"
操作
成功"
);
}
else
{
warningAlert
(
"查询结果为空"
);
}
...
...
This diff is collapsed.
Click to expand it.
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