协议重试时间bug
This commit is contained in:
parent
3e655cbda8
commit
06981135b8
@ -79,7 +79,7 @@
|
|||||||
<el-table-column prop="createByName" label="操作人" show-overflow-tooltip ></el-table-column>
|
<el-table-column prop="createByName" label="操作人" show-overflow-tooltip ></el-table-column>
|
||||||
<el-table-column label="操作时间" show-overflow-tooltip >
|
<el-table-column label="操作时间" show-overflow-tooltip >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span >{{ scope.row.createAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span>
|
<span >{{ scope.row.updateAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user