修改时间展示

This commit is contained in:
liaozetao
2024-02-28 11:59:55 +08:00
parent 56ba1f5979
commit 7971766283

View File

@@ -38,7 +38,7 @@
</el-table-column>
<el-table-column align="center" fixed label="轮次持续时间">
<template v-slot="scope">
{{ scope.row.roundTime }}
{{ scope.row.roundTime > 60000 ? (Math.floor(scope.row.roundTime / 1000 / 60) + 'min') : ((scope.row.roundTime / 1000) + 'sec') }}
</template>
</el-table-column>
<el-table-column align="center" fixed prop="giftInfo" label="礼物信息">