预约记录

This commit is contained in:
FLL
2025-07-11 14:50:19 +08:00
parent af0cfc3804
commit 15581de676
6 changed files with 45 additions and 85 deletions

View File

@@ -3,11 +3,6 @@ import type { VxeGridProps } from '#/adapter/vxe-table';
export const querySchema: FormSchemaGetter = () => [
{
component: 'Input',
fieldName: 'id',
label: '编号',
},
{
component: 'Input',
fieldName: 'itemName',
@@ -20,7 +15,7 @@ export const querySchema: FormSchemaGetter = () => [
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
{
title: '编号',
title: '项目编号',
field: 'id',
},
{