|
@@ -127,7 +127,7 @@
|
|
<span>{{ parseTime(scope.row.outTime,"{y}-{m}-{d} {h}:{i}") }}</span>
|
|
<span>{{ parseTime(scope.row.outTime,"{y}-{m}-{d} {h}:{i}") }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="操作人" prop="createByName" width="100" show-overflow-tooltip/>
|
|
|
|
|
|
+ <el-table-column label="操作人" prop="outUserName" width="100" show-overflow-tooltip/>
|
|
<el-table-column label="双人认证" prop="content" width="180" show-overflow-tooltip>
|
|
<el-table-column label="双人认证" prop="content" width="180" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{scope.row.oneUserName}} {{scope.row.twoUserName}}</span>
|
|
<span>{{scope.row.oneUserName}} {{scope.row.twoUserName}}</span>
|