|
@@ -12,7 +12,8 @@
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<span>{{ $t('menu.resource.title') }}</span>
|
|
<span>{{ $t('menu.resource.title') }}</span>
|
|
|
<a-tooltip content="点击后可通过拖拽更改资源结构,再次点击来关闭" background-color="#165DFF">
|
|
<a-tooltip content="点击后可通过拖拽更改资源结构,再次点击来关闭" background-color="#165DFF">
|
|
|
- <a-button type="outline" style="float: right;" @click="toggleDraggable" :style="{color: buttonColor}">
|
|
|
|
|
|
|
+ <a-button type="outline" style="float: right;" @click="toggleDraggable" :style="{color: buttonColor}"
|
|
|
|
|
+ v-has-permi="'/base/syresource!update'">
|
|
|
<component :is="lockIcon" />
|
|
<component :is="lockIcon" />
|
|
|
</a-button>
|
|
</a-button>
|
|
|
</a-tooltip>
|
|
</a-tooltip>
|