This commit is contained in:
邱贞招 2024-09-24 11:01:54 +08:00
parent 6e533a2524
commit 9076828e64

View File

@ -81,7 +81,7 @@
<el-table-column label="退款原因" align="center" prop="reason" />
<el-table-column label="退款时间" align="center" prop="createTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
</template>
</el-table-column>
<el-table-column label="退款项目说明" align="center" prop="itemDesc" />