upd
This commit is contained in:
parent
7eea76a798
commit
4b2b2625c4
@ -214,6 +214,8 @@
|
||||
<p class="font-semibold">{foundedDispute["id"]}</p> -->
|
||||
<p class="text-sm mt-3">ID клиента</p>
|
||||
<p class="font-semibold">{foundedDispute["external_user_id"]}</p>
|
||||
<p class="text-sm mt-3">External ID</p>
|
||||
<p class="font-semibold">{foundedDispute["external_uuid"]}</p>
|
||||
<p class="text-sm mt-3">Статус</p>
|
||||
<p class="">{orderStatusMap[foundedDispute["status"]]}</p>
|
||||
{#if foundedDispute["token"] !== ""}
|
||||
|
||||
@ -741,6 +741,7 @@
|
||||
<option value="0">Открыта</option>
|
||||
<option value="2">Оплачена</option>
|
||||
<option value="3">Отклонена</option>
|
||||
<option value="4">Требует проверки</option>
|
||||
<option value="1">Принята</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user