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配置