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
@@ -95,7 +95,7 @@
</el-table-column>
<el-table-column label="操作日期" align="center" prop="operTime" width="180" sortable="custom" :sort-orders="['descending', 'ascending']">
<template #default="scope">
<span>{{ parseTime(scope.row.operTime) }}</span>
<span>{{ proxy.parseTime(scope.row.operTime) }}</span>
</template>
</el-table-column>
<el-table-column