Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test
This commit is contained in:
@ -77,7 +77,7 @@
|
|||||||
<template
|
<template
|
||||||
#cell="{ record }"
|
#cell="{ record }"
|
||||||
v-else-if="
|
v-else-if="
|
||||||
['updated_at', 'last_modified_at', 'audit_started_at', 'audit_passed_at'].includes(column.dataIndex)
|
['created_at', 'last_modified_at', 'audit_started_at', 'audit_passed_at'].includes(column.dataIndex)
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<span class="cts num">{{ exactFormatTime(record[column.dataIndex]) }}</span>
|
<span class="cts num">{{ exactFormatTime(record[column.dataIndex]) }}</span>
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
<template v-else-if="['uploader', 'last_modifier'].includes(column.dataIndex)" #cell="{ record }">
|
<template v-else-if="['uploader', 'last_modifier'].includes(column.dataIndex)" #cell="{ record }">
|
||||||
{{ record[column.dataIndex].name || record[column.dataIndex].mobile }}
|
{{ record[column.dataIndex].name || record[column.dataIndex].mobile }}
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="['updated_at', 'last_modified_at'].includes(column.dataIndex)" #cell="{ record }">
|
<template v-else-if="['created_at', 'last_modified_at'].includes(column.dataIndex)" #cell="{ record }">
|
||||||
{{ exactFormatTime(record[column.dataIndex]) }}
|
{{ exactFormatTime(record[column.dataIndex]) }}
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="column.dataIndex === 'cover'" #cell="{ record }">
|
<template v-else-if="column.dataIndex === 'cover'" #cell="{ record }">
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
<template
|
<template
|
||||||
#cell="{ record }"
|
#cell="{ record }"
|
||||||
v-else-if="
|
v-else-if="
|
||||||
['updated_at', 'last_modified_at', 'audit_started_at', 'audit_passed_at'].includes(column.dataIndex)
|
['created_at', 'last_modified_at', 'audit_started_at', 'audit_passed_at'].includes(column.dataIndex)
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<span class="cts num">{{ exactFormatTime(record[column.dataIndex]) }}</span>
|
<span class="cts num">{{ exactFormatTime(record[column.dataIndex]) }}</span>
|
||||||
|
|||||||
@ -51,7 +51,7 @@
|
|||||||
<template v-else-if="['uploader', 'last_modifier'].includes(column.dataIndex)" #cell="{ record }">
|
<template v-else-if="['uploader', 'last_modifier'].includes(column.dataIndex)" #cell="{ record }">
|
||||||
{{ record[column.dataIndex].name || record[column.dataIndex].mobile }}
|
{{ record[column.dataIndex].name || record[column.dataIndex].mobile }}
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="['updated_at', 'last_modified_at'].includes(column.dataIndex)" #cell="{ record }">
|
<template v-else-if="['created_at', 'last_modified_at'].includes(column.dataIndex)" #cell="{ record }">
|
||||||
{{ exactFormatTime(record[column.dataIndex]) }}
|
{{ exactFormatTime(record[column.dataIndex]) }}
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="column.dataIndex === 'cover'" #cell="{ record }">
|
<template v-else-if="column.dataIndex === 'cover'" #cell="{ record }">
|
||||||
|
|||||||
Reference in New Issue
Block a user