fix: 🐛 修改日志模块中操作时间展示问题
parent
a46cd8ee97
commit
604bdcaf77
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue