fix: 🐛 修复日志管理中开发人员操作时间展示问题

master
Yer 2023-07-10 10:13:38 +08:00
parent 604bdcaf77
commit b89f81e5d6
1 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,9 @@ export default {
align: "center",
width: 170,
sortType: "desc",
render:(h,params)=>{
return h('span',this.$options.filters.unixToDate(params.row.createTime / 1000))
}
},
],
data: [], //