diff --git a/src/views/system/device/index.vue b/src/views/system/device/index.vue index dfc27d6..175a2a1 100644 --- a/src/views/system/device/index.vue +++ b/src/views/system/device/index.vue @@ -148,7 +148,7 @@ type="text" icon="el-icon-edit" @click="handleListing(scope.row)" - v-hasPermi="['system:fault:query']" + v-hasPermi="['system:fault:edit']" >{{ scope.row.status === '0' ? '上架' : '下架' }} 关锁 - - - + + + + + + + + { this.setFitView(); - }, 500); + }, 1000); }).catch((e) => { console.log(e); });