|
||||
---|---|---|---|---|
{{ $t('common_label_プロジェクト名') }} | {{ $t('common_label_プロジェクト状態') }} | {{ $t('common_label_入力データ種別') }} | {{ $t('common_label_プロジェクト作成日時') }} | {{ $t('common_label_タスク最終更新日時') }} |
|
||||
{{ myOrganizations[project.organizationId].name }}
{{ $t('projects_label_不明な組織') }}
{{ project.title }} {{ project.overview }} |
|
{{ $t(`common_label_入力データ種別_${project?.inputDataType?.name || 'image'}`) }} | {{ $d(project.createdDatetime, 'datetime') }} | {{ project.lastTasksUpdatedDatetime == null ? $t('common_action_プロジェクトにタスクが作成されていない') : $d(project.lastTasksUpdatedDatetime, 'datetime') }} |
|