This commit is contained in:
FLL
2025-07-29 14:43:50 +08:00
parent 1b207e2a17
commit b912ca5aa5

View File

@@ -26,10 +26,10 @@ export const querySchema: FormSchemaGetter = () => [
export const columns: VxeGridProps['columns'] = [ export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 }, { type: 'checkbox', width: 60 },
{ // {
title: '工单类型编号', // title: '工单类型编号',
field: 'orderTypeNo', // field: 'orderTypeNo',
}, // },
{ {
title: '类型名称', title: '类型名称',
field: 'orderTypeName', field: 'orderTypeName',