Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
C
crsf-ptvue
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
wuhan
crsf-ptvue
Commits
85a69a3d
Commit
85a69a3d
authored
Sep 09, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:屏蔽撤防布防
parent
259079e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.vue
src/pages/police/point/index.vue
+6
-4
No files found.
src/pages/police/point/index.vue
View file @
85a69a3d
...
...
@@ -45,10 +45,12 @@
</el-col>
<el-col :md='12'>
<div style='float:right;margin-right:10px'>
<el-button type="primary" v-if="defenseAll && isAuth('police:point:side')" size="small" @click="arrangeAllClick" style="float:left;margin:10px 0 0 10px;">全部撤防</el-button>
<el-button type="primary" v-if="defenseAll && isAuth('police:point:place')" size="small" @click="revokeAllClick" style="float:left;margin:10px 0 0 10px;">全部布防</el-button>
<el-button type="primary" v-if="defenseShow && isAuth('police:point:side')" size="small" @click="arrangeClick" style="float:left;margin:10px 0 0 10px;">撤防</el-button>
<el-button type="primary" v-if="defenseShow && isAuth('police:point:place')" size="small" @click="revokeClick" style="float:left;margin:10px 0 0 10px;">布防</el-button>
//- <el-button type="primary" v-if="defenseAll && isAuth('police:point:side')" size="small" @click="arrangeAllClick" style="float:left;margin:10px 0 0 10px;">全部撤防</el-button>
//- <el-button type="primary" v-if="defenseAll && isAuth('police:point:place')" size="small" @click="revokeAllClick" style="float:left;margin:10px 0 0 10px;">全部布防</el-button>
//- <el-button type="primary" v-if="defenseShow && isAuth('police:point:side')" size="small" @click="arrangeClick" style="float:left;margin:10px 0 0 10px;">撤防</el-button>
//- <el-button type="primary" v-if="defenseShow && isAuth('police:point:place')" size="small" @click="revokeClick" style="float:left;margin:10px 0 0 10px;">布防</el-button>
<el-button type="primary" v-for='(item,index) in actionList' v-if="isAuth('police:point:'+ item.qxan)" :key='index' @click='lightingOnOff(item)' size="small" style="float:left;margin:10px 0 0 10px;">
{{
item
.
actionName
}}
</el-button>
//- <el-button type="primary" v-if="lightingShow && isAuth('police:point:openL')" size="small" @click="lightingOnOff(1)" style="float:left;margin:10px 0 0 10px;">照明开</el-button>
//- <el-button type="primary" v-if="lightingShow && isAuth('police:point:offL')" size="small" @click="lightingOnOff(0)" style="float:left;margin:10px 0 0 10px;">照明关</el-button>
...
...
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