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
+1 -1
View File
@@ -93,7 +93,7 @@
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createTime" width="180" sortable="custom">
<template #default="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
<span>{{ proxy.parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column label="上传人" align="center" prop="createByName" />