|
@@ -80,7 +80,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</Column>
|
|
</Column>
|
|
|
|
|
|
|
|
- <Column field="totalRevenue" header="总收入" style="min-width: 120px">
|
|
|
|
|
|
|
+ <!-- <Column field="totalRevenue" header="总收入" style="min-width: 120px">
|
|
|
<template #body="slotProps">
|
|
<template #body="slotProps">
|
|
|
<span class="total-revenue-text font-semibold"> {{ formatAmount(slotProps.data.totalRevenue) }} </span>
|
|
<span class="total-revenue-text font-semibold"> {{ formatAmount(slotProps.data.totalRevenue) }} </span>
|
|
|
</template>
|
|
</template>
|
|
@@ -90,7 +90,7 @@
|
|
|
<template #body="slotProps">
|
|
<template #body="slotProps">
|
|
|
<span class="today-revenue-text font-semibold"> {{ formatAmount(slotProps.data.todayRevenue) }} </span>
|
|
<span class="today-revenue-text font-semibold"> {{ formatAmount(slotProps.data.todayRevenue) }} </span>
|
|
|
</template>
|
|
</template>
|
|
|
- </Column>
|
|
|
|
|
|
|
+ </Column> -->
|
|
|
|
|
|
|
|
<Column field="createdAt" header="创建时间" style="min-width: 150px">
|
|
<Column field="createdAt" header="创建时间" style="min-width: 150px">
|
|
|
<template #body="slotProps">
|
|
<template #body="slotProps">
|