yyw提交 #16

Merged
vivanlina merged 1 commits from yyw into master 2025-09-12 10:51:59 +00:00

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>