mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
chore: add tag setting option to document dropdown
This commit is contained in:
parent
9c0e79114f
commit
e71cf925ba
|
|
@ -605,6 +605,13 @@
|
|||
<AppIcon iconName="app-sync" class="color-secondary"></AppIcon>
|
||||
{{ $t('views.knowledge.setting.sync') }}</el-dropdown-item
|
||||
>
|
||||
<el-dropdown-item @click="openTagSettingDrawer(row)"
|
||||
v-if="permissionPrecise.doc_tag(id)"
|
||||
>
|
||||
<AppIcon iconName="app-tag" class="color-secondary"></AppIcon>
|
||||
|
||||
{{ $t('views.document.tag.setting') }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item
|
||||
v-if="
|
||||
permissionPrecise.doc_generate(id) &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue