y595705120 3 years ago
parent
commit
c363cd9ac3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/other/file-info.vue

+ 1 - 1
src/pages/other/file-info.vue

@@ -8,7 +8,7 @@
           <h4>
             来源:{{info.department }}   &nbsp;&nbsp;
             类型:{{categorys[info.category] }}  &nbsp;&nbsp;
-            时间:{{info.createAt|toDate}}  &nbsp;&nbsp;
+            时间:{{info.publishTime|toDate}}  &nbsp;&nbsp;
             <span class="ml10"><i class="el-icon-view"></i> {{info.viewCount}}</span>
             <span class="ml10"><i class="el-icon-download"></i> {{info.downloadCount}}</span>
           </h4>