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>