Compare commits
2 Commits
66d69f04db
...
ee68a6d8a1
| Author | SHA1 | Date | |
|---|---|---|---|
| ee68a6d8a1 | |||
| 4b07fbf2fb |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user