update 优化 parseTime 提示报错问题

This commit is contained in:
疯狂的狮子Li
2025-01-20 11:30:16 +08:00
parent 4c12943e3c
commit bbe94610a2
18 changed files with 19 additions and 19 deletions

View File

@ -27,7 +27,7 @@
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
<template #default="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
<span>{{ proxy.parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
</el-table>