* integration with backend

feature: no-task
This commit is contained in:
2023-01-15 02:14:01 +01:00
parent b633c2795b
commit 1834a68aea
6 changed files with 36 additions and 27 deletions

View File

@@ -39,7 +39,7 @@
<td class="text align-top text-xl pl-4 max-sm:text-base py-2">Status:</td>
<td class="w-full pl-2 text-lg max-sm:text-base py-2">
<span class="px-3 py-1 text-sm rounded-full text-slate-800 bg-cyan-200 font-semibold">
{{ contract.status }}
{{ contract.status.name }}
</span>
</td>
</tr>