mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
调试
This commit is contained in:
@@ -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'">
|
||||||
|
|||||||
Reference in New Issue
Block a user