|
|
@@ -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">
|