y595705120 3 лет назад
Родитель
Сommit
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>