mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
feat:增加修改记录修改内容字段
This commit is contained in:
@@ -453,6 +453,12 @@ export default {
|
||||
key: "updateTime",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "内容",
|
||||
dataIndex: "columnName",
|
||||
key: "columnName",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "修改前",
|
||||
dataIndex: "beforeValue",
|
||||
|
||||
Reference in New Issue
Block a user