111
This commit is contained in:
@@ -299,6 +299,11 @@ function copyToClipboard(text: string) {
|
||||
<div class="col-span-2">{{ currentOrder.network }}</div>
|
||||
</template>
|
||||
|
||||
<template v-if="currentOrder.withdrawContact">
|
||||
<div class="text-muted-foreground">联系方式</div>
|
||||
<div class="col-span-2">{{ currentOrder.withdrawContact }}</div>
|
||||
</template>
|
||||
|
||||
<div class="text-muted-foreground">发起时间</div>
|
||||
<div class="col-span-2">{{ currentOrder.createTime }}</div>
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ function getStatusVariant(order: OrderFund): 'default' | 'secondary' | 'destruct
|
||||
else {
|
||||
// 提现
|
||||
if (status === 1) return 'default' // 待审批
|
||||
if (status === 2) return 'default' // 已完成
|
||||
if (status === 2) return 'default' // 已出款
|
||||
if (status === 5) return 'secondary' // 待财务审核
|
||||
return 'destructive' // 已驳回/已取消
|
||||
}
|
||||
@@ -422,10 +422,10 @@ function copyToClipboard(text: string) {
|
||||
待付款/待审批
|
||||
</UiSelectItem>
|
||||
<UiSelectItem :value="2">
|
||||
待确认/已完成
|
||||
待确认/已出款
|
||||
</UiSelectItem>
|
||||
<UiSelectItem :value="3">
|
||||
已完成
|
||||
已完成/已驳回
|
||||
</UiSelectItem>
|
||||
<UiSelectItem :value="4">
|
||||
已驳回
|
||||
|
||||
Reference in New Issue
Block a user