fix: 🐛 修复日志管理中开发人员操作时间展示问题
parent
604bdcaf77
commit
b89f81e5d6
|
@ -275,6 +275,9 @@ export default {
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 170,
|
width: 170,
|
||||||
sortType: "desc",
|
sortType: "desc",
|
||||||
|
render:(h,params)=>{
|
||||||
|
return h('span',this.$options.filters.unixToDate(params.row.createTime / 1000))
|
||||||
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
data: [], // 日志数据
|
data: [], // 日志数据
|
||||||
|
|
Loading…
Reference in New Issue