diff --git a/src/views/exam/specialty/index.vue b/src/views/exam/specialty/index.vue index 385f2d2..51715d7 100644 --- a/src/views/exam/specialty/index.vue +++ b/src/views/exam/specialty/index.vue @@ -111,7 +111,6 @@ link type="primary" @click="openForm('update', scope.row.id)" - v-hasPermi="['system:dept:update']" > 修改 @@ -119,7 +118,6 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['system:dept:delete']" > 删除