Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yangpu
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
郭铭瑶
yangpu
Commits
d6fd6ce0
Commit
d6fd6ce0
authored
Jul 30, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
长白街道智能发现添加消防火警
parent
a8d5884c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
common.js
src/util/common.js
+1
-0
smart-discover.vue
src/views/components/smart-discover.vue
+1
-0
No files found.
src/util/common.js
View file @
d6fd6ce0
...
@@ -54,6 +54,7 @@ export default {
...
@@ -54,6 +54,7 @@ export default {
'hermeticSpace'
:
'屋顶违章建筑'
,
'hermeticSpace'
:
'屋顶违章建筑'
,
'weixiuzijin'
:
'维修资金异常'
,
'weixiuzijin'
:
'维修资金异常'
,
'streetMonitor'
:
'街面占用'
,
// 控江
'streetMonitor'
:
'街面占用'
,
// 控江
'fire'
:
'消防火警'
,
// 长白街道 2021-07-30
// 'staffLeaveAlarmTcfteodr': '门岗脱岗',
// 'staffLeaveAlarmTcfteodr': '门岗脱岗',
// 'elevatorLock': '楼道充电',
// 'elevatorLock': '楼道充电',
}
}
...
...
src/views/components/smart-discover.vue
View file @
d6fd6ce0
...
@@ -113,6 +113,7 @@ export default {
...
@@ -113,6 +113,7 @@ export default {
}
}
if
(
name
!==
'控江路街道'
&&
type
===
'streetMonitor'
)
return
false
if
(
name
!==
'控江路街道'
&&
type
===
'streetMonitor'
)
return
false
if
(
name
!==
'延吉新村街道'
&&
type
===
'heap'
)
return
false
if
(
name
!==
'延吉新村街道'
&&
type
===
'heap'
)
return
false
if
(
name
!==
'长白新村街道'
&&
type
===
'fire'
)
return
false
return
true
return
true
},
},
},
},
...
...
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