|
@@ -261,7 +261,7 @@
|
|
|
icon="el-icon-edit-outline"
|
|
icon="el-icon-edit-outline"
|
|
|
@click="handleUpdate(scope.row)"
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-if="scope.row.orgId == isEdit"
|
|
v-if="scope.row.orgId == isEdit"
|
|
|
- v-hasPermi="['core:accessPlan:edit', 'core:accessPlan:query']"
|
|
|
|
|
|
|
+ v-hasPermi="['core:accessPlan:edit']"
|
|
|
>编辑
|
|
>编辑
|
|
|
</el-button>
|
|
</el-button>
|
|
|
|
|
|