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
@@ -61,7 +61,7 @@
<el-table-column label="创建者" align="center" prop="createByName" width="100" />
<el-table-column label="创建时间" align="center" prop="createTime" width="100">
<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" class-name="small-padding fixed-width">