Commit 014b7030f82e12cac02120af1adf1b506a08afe5

Authored by 梁保满
1 parent 72b9bb79

集团管理员隐藏删除设备

src/views/basic/device/index.vue
@@ -219,6 +219,7 @@ @@ -219,6 +219,7 @@
219 ></el-button> 219 ></el-button>
220 </el-tooltip> 220 </el-tooltip>
221 <el-popconfirm 221 <el-popconfirm
  222 + v-if="role != 'ROLE_JITUAN'"
222 title="确定删除吗?" 223 title="确定删除吗?"
223 @confirm="_delStation($event, scoped.row)" 224 @confirm="_delStation($event, scoped.row)"
224 > 225 >
@@ -1405,8 +1406,8 @@ export default { @@ -1405,8 +1406,8 @@ export default {
1405 .down { 1406 .down {
1406 padding: 0 0 16px 20px; 1407 padding: 0 0 16px 20px;
1407 } 1408 }
1408 -.down-p{  
1409 - line-height:24px; 1409 +.down-p {
  1410 + line-height: 24px;
1410 display: flex; 1411 display: flex;
1411 } 1412 }
1412 .error-tips { 1413 .error-tips {