diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 83c49b7..942954d 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -99,7 +99,6 @@ size="mini" type="text" @click="handleUpdate(scope.row,true)" - v-hasPermi="['system:dept:edit']" >{{$t('page.system.dept.detail')}} @@ -107,7 +106,7 @@ - + diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index e17315b..6c2707a 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -150,7 +150,7 @@ size="mini" type="text" @click="transfer(scope.row)" - v-hasPermi="['system:role:edit']" + v-hasPermi="['system:role:allocate']" >{{$t('page.system.role.allocate')}}