mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
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') }}
|
||||
</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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue