mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
@@ -238,20 +238,6 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</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>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
<div class="tableBox">
|
<div class="tableBox">
|
||||||
|
|||||||
Reference in New Issue
Block a user