提交 0a39e34b 编写于 作者: W wenyann

fix: 修改时间

上级 56914fa8
......@@ -38,8 +38,12 @@
</el-table-column>
<el-table-column
prop="createTime"
:label="$t('test_track.module.creation_time')">
prop="createTime"
:label="$t('test_track.module.creation_time')"
show-overflow-tooltip>
<template v-slot:default="scope">
<span>{{ scope.row.createTime | timestampFormatDate }}</span>
</template>
</el-table-column>
</el-table>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册