src/views/basics/organization/index.vue
@@ -46,6 +46,7 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['oa:organization:edit']" >修改 </el-button> <el-button @@ -60,6 +61,7 @@ type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['oa:organization:remove']" >删除 </el-button> </template>