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