fix: 🐛 修改日志模块中操作时间展示问题

master
Yer 2023-07-10 09:49:14 +08:00
parent a46cd8ee97
commit 604bdcaf77
1 changed files with 3 additions and 0 deletions

View File

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