From b912ca5aa51b3db838a4f8ee65663fb3de5b9fcd Mon Sep 17 00:00:00 2001 From: FLL <2162874245@qq.com> Date: Tue, 29 Jul 2025 14:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E8=80=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/businessManagement/workOrdersType/data.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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',