This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user