yyw提交

This commit is contained in:
DESKTOP-8FGKA8Q\chunfen 2025-09-12 18:51:36 +08:00
parent 476bd87daf
commit 4b07fbf2fb

View File

@ -113,7 +113,7 @@
</div>
</el-card>
<el-dialog v-model="showDialog" width="1000px" title="店铺数据">
<el-dialog v-model="showDialog" width="1200px" title="店铺数据">
<div>
<div style="margin-bottom: 15px;">
<span>时间</span>
@ -147,6 +147,7 @@
<el-table-column prop="refund_amount" label="退款金额" align="center" />
<el-table-column prop="total_profit" label="利润" align="center" />
<el-table-column prop="order_rate" label="订单占比" align="center" />
<el-table-column prop="number_rate" label="销量占比" align="center" />
<el-table-column label="趋势图" align="center" width="80">
<template #default="scope">
<el-button type="primary" circle @click="getDataLine(scope.row)" :loading="scope.row.loading"><el-icon><TrendCharts /></el-icon></el-button>