fix: update ModelCard.vue to use 'model' instead of 'scope.row' in authorized workspace dialog
This commit is contained in:
parent
0c8a80897b
commit
ee5c199449
@ -83,7 +83,7 @@
|
|||||||
>
|
>
|
||||||
{{ $t('common.modify') }}
|
{{ $t('common.modify') }}
|
||||||
</el-dropdown-item>
|
</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')
|
$t('views.system.authorized_workspace')
|
||||||
}}</el-dropdown-item>
|
}}</el-dropdown-item>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user