Xiao_Mo 5 年 前
コミット
ab199c88c9
1 ファイル変更5 行追加0 行削除
  1. 5 0
      src/views/afterSchoolManager/afterWorkList.vue

+ 5 - 0
src/views/afterSchoolManager/afterWorkList.vue

@@ -118,6 +118,11 @@
               <div>{{scope.row.status?'是':'否'}}</div>
             </template>
           </el-table-column>
+            <el-table-column align="center" prop="createTime" label="提交时间" width="150">
+            <template slot-scope="scope">
+              {{scope.row.submitTime | dateForMinFormat}}
+            </template>
+          </el-table-column>
           <el-table-column align="center" prop="isReplied" label="是否评价">
             <template slot-scope="scope">
               <div>{{scope.row.isReplied?'是':'否'}}</div>