fix(resource management): bug fix

This commit is contained in:
dataeaseShu 2025-06-19 15:04:50 +08:00 committed by 刘瑞斌
parent dbfbcdd0b6
commit c9c2cc8f4c

View File

@ -150,21 +150,6 @@
@click.stop="openGenerateDialog(scope.row)"
>{{ $t('views.document.generateQuestion.title') }}</el-dropdown-item
>
<el-dropdown-item
icon="Lock"
@click.stop="openAuthorizedWorkspaceDialog(scope.row)"
>{{ $t('views.system.authorized_workspace') }}</el-dropdown-item
>
<el-dropdown-item
icon="Setting"
@click.stop="
router.push({
path: `/knowledge/resource/${scope.row.id}/settingResource`,
})
"
>
{{ $t('common.setting') }}</el-dropdown-item
>
<el-dropdown-item @click.stop="exportKnowledge(scope.row)">
<AppIcon iconName="app-export"></AppIcon
>{{ $t('views.document.setting.export') }} Excel</el-dropdown-item