gks 1 year ago
parent
commit
a906bb8dab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/QUESTION/index.vue

+ 1 - 1
src/views/QUESTION/index.vue

@@ -170,7 +170,7 @@
       </el-table-column>
       <el-table-column label="回复时间" align="center" prop="replyTime">
         <template slot-scope="scope">
-          {{ scope.row.replyTime }}
+          {{ parseTime(scope.row.replyTime, '{y}-{m}-{d} {h}:{i}') }}
         </template>
       </el-table-column>