feat:增加修改记录修改内容字段

This commit is contained in:
wyx
2023-02-20 12:26:29 +08:00
parent e33a71a027
commit c4e563d5c2

View File

@@ -453,6 +453,12 @@ export default {
key: "updateTime",
align: "center",
},
{
title: "内容",
dataIndex: "columnName",
key: "columnName",
align: "center",
},
{
title: "修改前",
dataIndex: "beforeValue",