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