From 11dc5759ce75e3fdc7fd9f553df28b64d756c33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Mon, 15 Jun 2026 13:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/agent/options.ts | 2 +- src/views/profile/user/index.vue | 7 ++++--- src/views/profile/user/options.ts | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/profile/agent/options.ts b/src/views/profile/agent/options.ts index 640589a..16167b2 100644 --- a/src/views/profile/agent/options.ts +++ b/src/views/profile/agent/options.ts @@ -50,7 +50,7 @@ export const tableColumns = [ // 注册时间 { prop: 'createTime', label: '注册时间', sortable: false, width: '240' }, // 操作 - { label: '操作', slotName: 'action', width: '150px', fixed: 'right' as const} + { label: '操作', slotName: 'action', width: '220', fixed: 'right' as const} ] // 点差表格配置 diff --git a/src/views/profile/user/index.vue b/src/views/profile/user/index.vue index e3076ba..17b03e3 100644 --- a/src/views/profile/user/index.vue +++ b/src/views/profile/user/index.vue @@ -16,14 +16,15 @@ {{ row.status === 1 ? '正常' : '禁用' }} diff --git a/src/views/profile/user/options.ts b/src/views/profile/user/options.ts index 16b6045..0e5aa70 100644 --- a/src/views/profile/user/options.ts +++ b/src/views/profile/user/options.ts @@ -58,7 +58,7 @@ export const clientTableColumns = [ { prop: 'agentUsername', label: '所属代理', align: 'center' as const , width: '160' }, { prop: 'amount', label: '资金', align: 'center' as const, isNumber: true }, { label: '状态', slotName: 'status', align: 'center' as const }, - { label: '操作', slotName: 'action', align: 'center' as const , width: '220', fixed: 'right' as const }, + { label: '操作', slotName: 'action', align: 'center' as const , width: '260', fixed: 'right' as const }, ] //定义添加客户form配置