|
|
|
@ -37,7 +37,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div v-if="statisticsTotal" class="statistics-row" style="margin: 15px 0; padding: 15px; background: #f5f7fa; border-radius: 4px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 20px;">
|
|
|
|
<div v-if="statisticsTotal" class="statistics-row" style="margin: 15px 0; padding: 15px; background: #f5f7fa; border-radius: 4px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 50px;">
|
|
|
|
<div v-for="item in statisticsFields" :key="item.prop" class="stat-item" style="text-align: center;">
|
|
|
|
<div v-for="item in statisticsFields" :key="item.prop" class="stat-item" style="text-align: center;">
|
|
|
|
<div style="font-size: 14px; color: #909399; margin-bottom: 5px;">{{ item.label }}</div>
|
|
|
|
<div style="font-size: 14px; color: #909399; margin-bottom: 5px;">{{ item.label }}</div>
|
|
|
|
<div style="font-size: 18px; font-weight: bold; color: #409EFF;">{{ statisticsTotal[item.prop] || 0 }}</div>
|
|
|
|
<div style="font-size: 18px; font-weight: bold; color: #409EFF;">{{ statisticsTotal[item.prop] || 0 }}</div>
|
|
|
|
|