客户服务
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-23 20:50:49 +08:00
parent 447ad7f004
commit 9d75dd2168
10 changed files with 266 additions and 88 deletions

View File

@@ -15,7 +15,7 @@ export const querySchema: FormSchemaGetter = () => [
label: '预案类型',
},
{
component: 'Input',
component: 'ApiSelect',
fieldName: 'dutyPersion',
label: '责任人',
},
@@ -92,7 +92,7 @@ export const columns: VxeGridProps['columns'] = [
fixed: 'right',
slots: { default: 'action' },
title: '操作',
width: 180,
width: 240,
},
];