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' }, // 状态