feat: update
This commit is contained in:
@@ -471,9 +471,9 @@ const handleSendConfirm = async () => {
|
|||||||
<template #body="{ data }">
|
<template #body="{ data }">
|
||||||
<div class="flex justify-center space-x-2">
|
<div class="flex justify-center space-x-2">
|
||||||
<Button icon="pi pi-shopping-cart" rounded text severity="info" @click="sendToUser(data)"
|
<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)"
|
<Button icon="pi pi-pencil" rounded text severity="info" @click="navigateToEditPost(data)"
|
||||||
aria-label="编辑" />
|
label="编辑" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Column>
|
</Column>
|
||||||
|
|||||||
@@ -185,8 +185,8 @@ onMounted(() => {
|
|||||||
<Column header="操作" :exportable="false" style="min-width:8rem">
|
<Column header="操作" :exportable="false" style="min-width:8rem">
|
||||||
<template #body="{ data }">
|
<template #body="{ data }">
|
||||||
<div class="flex justify-center space-x-2">
|
<div class="flex justify-center space-x-2">
|
||||||
<Button icon="pi pi-refresh" rounded text severity="success" @click="handleRecharge(data)"
|
<Button icon="pi pi-credit-card" rounded text severity="success"
|
||||||
aria-label="充值" />
|
@click="handleRecharge(data)" label="充值" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Column>
|
</Column>
|
||||||
|
|||||||
Reference in New Issue
Block a user