时间显示

This commit is contained in:
wangyan 2024-08-24 15:28:52 +08:00
parent 76c6599eb0
commit ee4f188fdb
2 changed files with 10 additions and 10 deletions

View File

@ -95,7 +95,7 @@
<template slot="label"
>售后申请时间
</template>
{{ parseTime(form.applicationTime, '{y}-{m}-{d}') }}
{{ parseTime(form.applicationTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
@ -132,7 +132,7 @@
<template slot="label"
>退货发货时间
</template>
{{ parseTime(form.returnShippingTime, '{y}-{m}-{d}') }}
{{ parseTime(form.returnShippingTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
@ -145,35 +145,35 @@
<template slot="label"
>自动处理截止时间
</template>
{{ parseTime(form.autoProcessDeadline, '{y}-{m}-{d}') }}
{{ parseTime(form.autoProcessDeadline, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label"
>同意售后申请时间
</template>
{{ parseTime(form.approvalTime, '{y}-{m}-{d}') }}
{{ parseTime(form.approvalTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label"
>商家退款时间
</template>
{{ parseTime(form.merchantRefundTime, '{y}-{m}-{d}') }}
{{ parseTime(form.merchantRefundTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label"
>用户到账时间
</template>
{{ parseTime(form.customerReceiptTime, '{y}-{m}-{d}') }}
{{ parseTime(form.customerReceiptTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label"
>售后关闭时间
</template>
{{ parseTime(form.closureTime, '{y}-{m}-{d}') }}
{{ parseTime(form.closureTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
@ -240,7 +240,7 @@
<template slot="label"
>售后完结时间
</template>
{{ parseTime(form.finalizationTime, '{y}-{m}-{d}') }}
{{ parseTime(form.finalizationTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item>
<el-descriptions-item>
@ -282,7 +282,7 @@
>处理结果时间
</template>
{{ parseTime(form.resolutionTime, '{y}-{m}-{d}') }}
{{ parseTime(form.resolutionTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
</el-descriptions-item
></el-descriptions
>

View File

@ -175,7 +175,7 @@
<af-table-column prop="applicationTime" label="售后申请时间" >
<template slot-scope="scope">
<span>{{ parseTime(scope.row.applicationTime, '{y}-{m}-{d}') }}</span>
<span>{{ parseTime(scope.row.applicationTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
</template>
</af-table-column>
<af-table-column prop="resolution" label="处理结果" >