lushixing 3 dní pred
rodič
commit
6d7e6771db

+ 1 - 1
src/views/catwalk-video/index.vue

@@ -86,7 +86,7 @@
         </el-table-column>
         <el-table-column label="下载次数" min-width="100" align="center">
           <template slot-scope="scope">
-            {{ scope.row.downlaodCount ? scope.row.downlaodCount : '-' }}
+            {{ scope.row.downloadCount  ? scope.row.downloadCount : '-' }}
           </template>
         </el-table-column>
         <!-- <el-table-column label="优化建议" min-width="100" align="center" prop="createTime">

+ 1 - 1
src/views/face-swap-video/index.vue

@@ -71,7 +71,7 @@
         <el-table-column label="创建时间" min-width="100" align="center" prop="createTime" />
         <el-table-column label="下载次数" min-width="100" align="center">
           <template slot-scope="scope">
-            {{ scope.row.downlaodCount ? scope.row.downlaodCount : '-' }}
+            {{ scope.row.downloadCount ? scope.row.downloadCount : '-' }}
           </template>
         </el-table-column>
         <!-- <el-table-column label="优化建议" min-width="100" align="center" prop="remark">

+ 1 - 1
src/views/oral-video/index.vue

@@ -86,7 +86,7 @@
         <el-table-column label="创建时间" min-width="100" align="center" prop="createTime" />
         <el-table-column label="下载次数" min-width="100" align="center">
           <template slot-scope="scope">
-            {{ scope.row.downlaodCount ? scope.row.downlaodCount : '-' }}
+            {{ scope.row.downloadCount ? scope.row.downloadCount : '-' }}
           </template>
         </el-table-column>
         <el-table-column label="操作" align="center" min-width="160"