mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
fix: 🐛 修改日志模块中操作时间展示问题
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user