feat: update

This commit is contained in:
Rogee
2025-05-15 10:25:18 +08:00
parent 5d35e977fb
commit ea0eb449d8
2 changed files with 5 additions and 5 deletions

View File

@@ -411,7 +411,7 @@ const handleSendConfirm = async () => {
<span class="text-orange-500">优惠: -{{ formatPrice(getDiscountAmount(data.price,
data.discount)) }}</span>
<span class="font-bold">实付: {{ formatPrice(getFinalPrice(data.price, data.discount))
}}</span>
}}</span>
</div>
</template>
</Column>
@@ -471,9 +471,9 @@ const handleSendConfirm = async () => {
<template #body="{ data }">
<div class="flex justify-center space-x-2">
<Button icon="pi pi-shopping-cart" rounded text severity="info" @click="sendToUser(data)"
aria-label="赠送" />
label="赠送" />
<Button icon="pi pi-pencil" rounded text severity="info" @click="navigateToEditPost(data)"
aria-label="编辑" />
label="编辑" />
</div>
</template>
</Column>

View File

@@ -185,8 +185,8 @@ onMounted(() => {
<Column header="操作" :exportable="false" style="min-width:8rem">
<template #body="{ data }">
<div class="flex justify-center space-x-2">
<Button icon="pi pi-refresh" rounded text severity="success" @click="handleRecharge(data)"
aria-label="充值" />
<Button icon="pi pi-credit-card" rounded text severity="success"
@click="handleRecharge(data)" label="充值" />
</div>
</template>
</Column>