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 = [