This commit is contained in:
EwelinaLasowy 2022-02-07 10:38:42 +01:00
parent 205fdd7671
commit 39665c9c31
2 changed files with 55 additions and 42 deletions

View File

@ -54,9 +54,18 @@
<dt class="text-sm font-medium text-gray-500"> <dt class="text-sm font-medium text-gray-500">
Komentarz Komentarz
</dt> </dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2"> <dd
v-if="request.comment != null"
class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2"
>
{{ request.comment }} {{ request.comment }}
</dd> </dd>
<dd
v-else
class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2"
>
-
</dd>
</div> </div>
<div class="bg-white px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6"> <div class="bg-white px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500"> <dt class="text-sm font-medium text-gray-500">
@ -236,13 +245,17 @@
</span> </span>
</div> </div>
<div class="min-w-0 flex-1 pt-1.5 flex justify-between space-x-4"> <div class="min-w-0 flex-1 pt-1.5 flex justify-between space-x-4">
<div> <div class="flex flex-col items-start">
<p class="text-sm text-gray-500"> <div class="text-sm font-medium text-gray-700">
{{ status.name }} {{ status.name }}
</p>
</div> </div>
<div class="text-right text-sm whitespace-nowrap text-gray-500"> <div class="text-right text-sm whitespace-nowrap font-medium text-gray-400">
<time>4 lutego 2022</time> Jan Kowalski
</div>
</div>
<div class="text-right text-sm whitespace-nowrap text-gray-500 flex flex-col">
<time>29.10.2022</time>
<time>09:04</time>
</div> </div>
</div> </div>
</div> </div>