|
@@ -1,7 +1,7 @@
|
|
|
export const recordColumns = [
|
|
|
{ item: { key: "pageCondtion", title: "字段名称" }, attr: {} },
|
|
|
- { item: { key: "afterChangeValue", title: "变更前" }, attr: {} },
|
|
|
+ { item: { key: "beforeChangeValue", title: "变更前" }, attr: {} },
|
|
|
{
|
|
|
- item: { key: "beforeChangeValue", title: "变更后" },attr: {},
|
|
|
+ item: { key: "afterChangeValue", title: "变更后" },attr: {},
|
|
|
},
|
|
|
];
|