+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t(`user.${scope.row.status ? 'enabled' : 'disabled'}`) }}
+
+
+
+
+
+
+ {{
+ scope.row.weight === 1
+ ? t('workspace.administrator')
+ : t('workspace.ordinary_member')
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('datasource.select_all') }}
+
+
+
+
+ {{
+ $t('user.selected_2_items', { msg: multipleSelectionAll.length })
+ }}
+
+
+ {{ $t('common.cancel') }}
+
+
+
+
+