From 5415ff79bea301f422122c550af45b6294c315d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Tue, 12 May 2026 09:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=B7=A8=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agent/user/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/agent/user/options.ts b/src/views/agent/user/options.ts index f871b6a..e1ad467 100644 --- a/src/views/agent/user/options.ts +++ b/src/views/agent/user/options.ts @@ -12,7 +12,7 @@ export const search = [ valueFormat: 'YYYY-MM-DD', }, // 状态 - { prop: 'status', label: '状态', type: 'select' as const, placeholder: '请选择状态' }, + { prop: 'status', label: '状态', type: 'select' as const, placeholder: '请选择状态', width: 100}, ] export const tableColumns = [