Browse Source

最高连续打卡

liushengqiang 2 years ago
parent
commit
fd41e62fed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/littleArtistCamp/aristCampDetail.vue

+ 3 - 0
src/views/littleArtistCamp/aristCampDetail.vue

@@ -91,6 +91,9 @@
           <el-table-column align="center" prop="playDay" label="打卡天数">
             <template slot-scope="scope"> {{ scope.row.playDay }}天 </template>
           </el-table-column>
+          <el-table-column align="center" prop="cloudStudySequenceDays" label="最高连续打卡">
+            <template slot-scope="scope"> {{ scope.row.cloudStudySequenceDays || 0 }}天 </template>
+          </el-table-column>
           <el-table-column
             align="center"
             prop="playTime"