diff --git a/apps/web-antd/src/views/property/businessManagement/workOrdersType/data.ts b/apps/web-antd/src/views/property/businessManagement/workOrdersType/data.ts index 56133e2b..3c5f97ab 100644 --- a/apps/web-antd/src/views/property/businessManagement/workOrdersType/data.ts +++ b/apps/web-antd/src/views/property/businessManagement/workOrdersType/data.ts @@ -26,10 +26,10 @@ export const querySchema: FormSchemaGetter = () => [ export const columns: VxeGridProps['columns'] = [ { type: 'checkbox', width: 60 }, - { - title: '工单类型编号', - field: 'orderTypeNo', - }, + // { + // title: '工单类型编号', + // field: 'orderTypeNo', + // }, { title: '类型名称', field: 'orderTypeName',