wangtao il y a 2 ans
Parent
commit
ae8a65597c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/recharge/daylyStatistics/index.vue

+ 1 - 1
src/views/recharge/daylyStatistics/index.vue

@@ -36,7 +36,7 @@
         </template>
       </el-table-column>
       <el-table-column label="时间" align="left"  prop="reportDate" show-overflow-tooltip />
-      <el-table-column label="报表种类" align="left" prop="reportDate" show-overflow-tooltip />
+      <el-table-column label="报表种类" align="left" prop="collectType" show-overflow-tooltip />
       <el-table-column label="总金额" align="left" prop="totalMoney"  show-overflow-tooltip >
         <template slot-scope="scope">
           <span>{{Number(scope.row.totalMoney).toFixed(2) || "0.00"}}</span>