This commit is contained in:
670788339
2025-10-28 09:57:21 +08:00
parent 115b1fea2b
commit 6bbce6f8f0

View File

@@ -158,11 +158,10 @@
@change="handleRelTableChange" @change="handleRelTableChange"
> >
<template #bodyCell="{ record, column }"> <template #bodyCell="{ record, column }">
<!-- 关联时间格式化 -->
<!-- <template v-if="column.key === 'sysCreateTime'">
{{ formatDate(record.sysCreateTime) }}
</template>-->
<template v-if="column.key === 'sysCreateTime'"> <template v-if="column.key === 'sysCreateTime'">
{{ formatDate(record.sysCreateTime) }}
</template>
<!-- <template v-if="column.key === 'sysCreateTime'">
<a <a
v-if="record.sysCreateTime > 0" v-if="record.sysCreateTime > 0"
@click="showCourseByTagg(record.id)" @click="showCourseByTagg(record.id)"
@@ -171,7 +170,7 @@
{{ formatDate(record.sysCreateTime) }} {{ formatDate(record.sysCreateTime) }}
</a> </a>
<span v-else style="color: #999;">0</span> <span v-else style="color: #999;">0</span>
</template> </template>-->
<!-- 操作列 --> <!-- 操作列 -->
<template v-else-if="column.key === 'operation'"> <template v-else-if="column.key === 'operation'">