fix: update ModelCard.vue to use 'model' instead of 'scope.row' in authorized workspace dialog

This commit is contained in:
CaptainB 2025-06-20 17:08:02 +08:00
parent 0c8a80897b
commit ee5c199449

View File

@ -83,7 +83,7 @@
>
{{ $t('common.modify') }}
</el-dropdown-item>
<el-dropdown-item icon="Lock" @click.stop="openAuthorizedWorkspaceDialog(scope.row)">{{
<el-dropdown-item icon="Lock" @click.stop="openAuthorizedWorkspaceDialog(model)">{{
$t('views.system.authorized_workspace')
}}</el-dropdown-item>