协议重试时间bug

This commit is contained in:
liuxi 2025-02-28 16:54:55 +08:00
parent 3e655cbda8
commit 06981135b8

View File

@ -79,7 +79,7 @@
<el-table-column prop="createByName" label="操作人" show-overflow-tooltip ></el-table-column>
<el-table-column label="操作时间" show-overflow-tooltip >
<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>
</el-table-column>