From 36183a25c19f8c31ba082592329e7aff3caf97d5 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 30 六月 2025 21:57:30 +0800 Subject: [PATCH] 岗位管理、业务编码规则 --- src/views/eam/DailyInspectionOrderList.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/views/eam/DailyInspectionOrderList.vue b/src/views/eam/DailyInspectionOrderList.vue index 4a5247f..2c9f042 100644 --- a/src/views/eam/DailyInspectionOrderList.vue +++ b/src/views/eam/DailyInspectionOrderList.vue @@ -516,7 +516,14 @@ edit: "/eam/inspectionOrder/editStatus", orderGet: "/eam/inspectionOrder/orderGet", }, - + labelCol: { + xs: { span: 24 }, + sm: { span: 5 }, + }, + wrapperCol: { + xs: { span: 24 }, + sm: { span: 16 }, + }, } }, -- Gitblit v1.9.3