From 8b9cc67526da116fc81cc87c55cba00d40e9ac01 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 9 Jul 2025 14:38:00 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BF=90=E8=90=A5=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../media-account/account-detail/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },