diff --git a/src/views/property-marketing/media-account/account-detail/constants.ts b/src/views/property-marketing/media-account/account-detail/constants.ts index 076a8b1..3eaaba4 100644 --- a/src/views/property-marketing/media-account/account-detail/constants.ts +++ b/src/views/property-marketing/media-account/account-detail/constants.ts @@ -36,7 +36,7 @@ export const getAccountInfoFields = (dateType: string, showMore: boolean) => { { title: '账号名称', dataIndex: 'name' }, { title: '项目分组', dataIndex: 'group.name' }, { title: '状态', dataIndex: 'status', type: 'status' }, - { title: '运营人员', dataIndex: 'operator_name' }, + { title: '运营人员', dataIndex: 'operator.name' }, ], [ { title: 'AI评价', dataIndex: 'ai_evaluation' },