2
3
lining 6 лет назад
Родитель
Сommit
f624f2e00c
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      src/dashoo.cn/frontend_web/src/pages/index.vue

+ 10 - 10
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -70,11 +70,11 @@
 
           <el-table-column label="执行人" prop="UserName" align="center"></el-table-column>
 
-            <!--<el-table-column label="提交" prop="CreateTime">-->
-              <!--<template slot-scope="scope">-->
-                <!--{{scope.row.CreateTime}}=={{timestampToTime(scope.row.CreateTime)}}==={{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}-->
-              <!--</template>-->
-            <!--</el-table-column>-->
+            <el-table-column label="提交时间" prop="CreateTime">
+              <template slot-scope="scope">
+                {{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}
+              </template>
+            </el-table-column>
 
           <el-table-column label="操作" width="130" align="center" fixed="right">
             <template slot-scope="scope">
@@ -115,11 +115,11 @@
 
             <el-table-column label="执行人" prop="UserName"></el-table-column>
 
-            <!--<el-table-column label="提交" prop="CreateTime">-->
-              <!--<template slot-scope="scope">-->
-                <!--{{scope.row.CreateTime}}=={{timestampToTime(scope.row.CreateTime)}}==={{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}-->
-              <!--</template>-->
-            <!--</el-table-column>-->
+            <el-table-column label="完成时间" prop="CreateTime">
+              <template slot-scope="scope">
+                {{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}
+              </template>
+            </el-table-column>
 
             <el-table-column label="操作" width="130" align="center" fixed="right">
               <template slot-scope="scope">