fix: 授课时间格式化

This commit is contained in:
mx00085@163.com
2023-03-03 13:38:39 +08:00
parent f8ea57c62a
commit 7cd54e6afa

View File

@@ -238,20 +238,6 @@
}}</span>
</a-tooltip>
</template>
<template v-if="column.key === 'teachingTime'">
<a-tooltip placement="topRight">
<template #title>
<span>{{
record.teachingTime &&
dayjs(record.teachingTime).format("YYYY-MM-DD HH:mm:ss")
}}</span>
</template>
<span>{{
record.teachingTime &&
dayjs(record.teachingTime).format("YYYY-MM-DD HH:mm:ss")
}}</span>
</a-tooltip>
</template>
</template>
</a-table>
<div class="tableBox">