douzhuo há 2 anos
ascendente
cometimento
e39607f9cd
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      pages/reportExcel/weekReport.vue

+ 1
- 1
pages/reportExcel/weekReport.vue Ver ficheiro

@@ -129,7 +129,7 @@
<block v-for="(data, index) in weekObj.customerInfo1" :key="index">
<view class="tbody-item">
<view class="tbody-items name">{{ data.name }}</view>
<view class="tbody-items nums">{{ data.receptionCount }}</view>
<view class="tbody-items nums">{{ data.activeCustomer }}</view>
<view class="tbody-items time">{{ data.avgDuration }}m</view>
<view class="tbody-items percent">{{ data.fraction }}%</view>
<view class="tbody-items week" :class="{up: data.pk > 0, down: data.pk < 0}">


Carregando…
Cancelar
Guardar