删除 多余字段
This commit is contained in:
@@ -33,12 +33,6 @@
|
|||||||
{{ summary.totalNum || 0 }}
|
{{ summary.totalNum || 0 }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-[30px] border-[1px] border-solid border-[#D9D9D9] rounded-[10px]">
|
|
||||||
<p class="color-[#4F535A]">已使用优惠券</p>
|
|
||||||
<p class="m-t-[12px] font-size-[24px] font-500 color-[#12161e]">
|
|
||||||
{{ summary.usedNum || 0 }}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="m-t-[20px]"></div>
|
<div class="m-t-[20px]"></div>
|
||||||
@@ -68,14 +62,6 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="赠送时间" prop="createTime"></el-table-column>
|
<el-table-column label="赠送时间" prop="createTime"></el-table-column>
|
||||||
<el-table-column label="已使用优惠券" prop="usedCouponList">
|
|
||||||
<template #default="scope">
|
|
||||||
<div class="flex gap-[10px]" v-for="item in scope.row.usedCouponList" :key="item.id">
|
|
||||||
<span>{{ item.couponName }}</span>
|
|
||||||
<span>{{ item.num }}张</span>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
layout="total, sizes, prev, pager, next, jumper"
|
layout="total, sizes, prev, pager, next, jumper"
|
||||||
@@ -127,4 +113,4 @@ onMounted(getData);
|
|||||||
:deep(.el-table th.el-table__cell) {
|
:deep(.el-table th.el-table__cell) {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user