mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
fix: 🐛 修复日志管理中开发人员操作时间展示问题
This commit is contained in:
@@ -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: [], // 日志数据
|
||||
|
||||
Reference in New Issue
Block a user