xiatian 2 年 前
コミット
4cf6a9dad0

+ 1 - 1
src/modules/questions/views/CheckDuplicateList.vue

@@ -146,7 +146,7 @@
         </el-table-column>
         <el-table-column label="创建时间" width="100">
           <template slot-scope="scope">
-            <span>{{ scope.row.creationDate }}</span>
+            <span>{{ scope.row.creationTime }}</span>
           </template>
         </el-table-column>
         <el-table-column label="创建人" width="100">

+ 2 - 2
src/modules/questions/views/PaperStorage.vue

@@ -122,7 +122,7 @@
           label="创建时间"
           width="153"
           sortable
-          prop="createTime"
+          prop="creationTime"
         >
         </el-table-column>
         <el-table-column label="修改人" width="150">
@@ -134,7 +134,7 @@
           label="修改时间"
           width="153"
           sortable
-          prop="updateDate"
+          prop="updateTime"
         >
         </el-table-column>
         <el-table-column label="操作" width="150" fixed="right">