From 749aac5f4badf42df5a2deacfac28213e5c3c2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=9C?= <2970639877@qq.com> Date: Thu, 26 Mar 2026 10:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agent/customerList/index.vue | 75 +++++++++++++++++-------- src/views/agent/customerList/options.ts | 2 +- 2 files changed, 54 insertions(+), 23 deletions(-) diff --git a/src/views/agent/customerList/index.vue b/src/views/agent/customerList/index.vue index e45c5b8..b725fdc 100644 --- a/src/views/agent/customerList/index.vue +++ b/src/views/agent/customerList/index.vue @@ -4,16 +4,9 @@ - - - - {{ row.accountName }} - - - - - + 修改 @@ -26,7 +19,7 @@ - + 查看详情 @@ -57,7 +50,6 @@ - + diff --git a/src/views/agent/customerList/options.ts b/src/views/agent/customerList/options.ts index c181344..d55d4e5 100644 --- a/src/views/agent/customerList/options.ts +++ b/src/views/agent/customerList/options.ts @@ -17,7 +17,7 @@ export const search = [ export const tableColumns = [ // 账号名称 - { label: '账号名称', slotName: 'accountName'}, + { label: '账号名称', prop: 'accountName'}, // 账号id { prop: 'userId', label: '账号id' }, // 状态