diff --git a/frontend/src/views/system/workspace/index.vue b/frontend/src/views/system/workspace/index.vue new file mode 100644 index 0000000..d74112b --- /dev/null +++ b/frontend/src/views/system/workspace/index.vue @@ -0,0 +1,970 @@ + + + + + + + {{ $t('user.workspace') }} + + + + + + + + + + + + + + + + + + + + + + {{ ele.name }} + + + + + + + + + + + + + {{ $t('dashboard.rename') }} + + + + + + {{ $t('dashboard.delete') }} + + + + + + + + {{ $t('workspace.relevant_content_found') }} + + + + + + + + + {{ currentTable.name }} + + + + + {{ pageInfo.total }} + + + + + + + {{ $t('workspace.add_member') }} + + + + + + + + + + + + + + + + + + + + + + + + {{ $t(`user.${scope.row.status ? 'enabled' : 'disabled'}`) }} + + + + + + + + + + {{ + scope.row.weight === 1 + ? t('workspace.administrator') + : t('workspace.ordinary_member') + }} + + + + + + + + + {{ ele.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('datasource.select_all') }} + + + {{ $t('workspace.remove') }} + + {{ + $t('user.selected_2_items', { msg: multipleSelectionAll.length }) + }} + + + {{ $t('common.cancel') }} + + + + + + + + + + + + + + {{ t('common.cancel') }} + {{ + t(workspaceForm.id ? 'common.save' : 'model.add') + }} + + + + + +