Commit 014b7030f82e12cac02120af1adf1b506a08afe5
1 parent
72b9bb79
集团管理员隐藏删除设备
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/basic/device/index.vue
... | ... | @@ -219,6 +219,7 @@ |
219 | 219 | ></el-button> |
220 | 220 | </el-tooltip> |
221 | 221 | <el-popconfirm |
222 | + v-if="role != 'ROLE_JITUAN'" | |
222 | 223 | title="确定删除吗?" |
223 | 224 | @confirm="_delStation($event, scoped.row)" |
224 | 225 | > |
... | ... | @@ -1405,8 +1406,8 @@ export default { |
1405 | 1406 | .down { |
1406 | 1407 | padding: 0 0 16px 20px; |
1407 | 1408 | } |
1408 | -.down-p{ | |
1409 | - line-height:24px; | |
1409 | +.down-p { | |
1410 | + line-height: 24px; | |
1410 | 1411 | display: flex; |
1411 | 1412 | } |
1412 | 1413 | .error-tips { | ... | ... |