y595705120 3 년 전
부모
커밋
c363cd9ac3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>