|
@@ -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">
|