4 |
6 | This is built by NodeJS, TypeScript, GraphQL, Vue.
14 |The Admin SPA Project to manage employees and book in company.
15 || {{ $tc("common.id") }} | 10 |{{ $tc("common.name") }} | 11 |{{ $tc("common.description") }} | 12 |{{ division.id }} | 23 |{{ division.name }} | 24 |{{ division.description }} | 25 |
|---|
| {{ $tc("common.id") }} | 10 |{{ $tc("common.email") }} | 11 |{{ $tc("common.name") }} | 12 |{{ $tc("common.birth") }} | 13 |{{ user.id }} | 24 |{{ user.email }} | 25 |{{ user.name }} | 26 |{{ user.birth }} | 27 |
|---|
| {{ $tc("common.id") }} | 10 |{{ $tc("common.name") }} | 11 |{{ $tc("book.author") }} | 12 |{{ $tc("common.status") }} | 13 |{{ $tc("common.description") }} | 14 |{{ book.id }} | 25 |{{ book.name }} | 26 |{{ book.author }} | 27 |{{ book.status }} | 28 |{{ book.description }} | 29 |
|---|