|
@@ -287,7 +287,7 @@ export function TableChangeLogConfig(): ColumnsType<any> {
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
- title: '变更公众号',
|
|
|
+ title: '变更后公众号',
|
|
|
dataIndex: 'mpAccount.name',
|
|
|
key: 'mpAccount.name',
|
|
|
align: 'center',
|
|
@@ -298,7 +298,7 @@ export function TableChangeLogConfig(): ColumnsType<any> {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '变更书城',
|
|
|
+ title: '变更后书城',
|
|
|
dataIndex: 'mpAccount.platformName',
|
|
|
key: 'mpAccount.platformName',
|
|
|
align: 'center',
|