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>