From 86c74c27b0bf7a45cc749459b6616a778d438a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 20 Sep 2025 18:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=B7=A1=E6=A3=80=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../addRoutingInspection/index.css | 8 ++ .../addRoutingInspection/index.vue | 127 ++++++++++-------- .../routingInspection/index.css | 19 +-- .../routingInspection/index.vue | 30 +++-- 4 files changed, 113 insertions(+), 71 deletions(-) diff --git a/packages/workOrderDashboard/addRoutingInspection/index.css b/packages/workOrderDashboard/addRoutingInspection/index.css index 8cde35ad..cb4f1d17 100644 --- a/packages/workOrderDashboard/addRoutingInspection/index.css +++ b/packages/workOrderDashboard/addRoutingInspection/index.css @@ -142,4 +142,12 @@ border-radius: 45rpx; font-size: 32rpx; margin-top: 50rpx; +} + +.no-options { + padding: 30rpx 20rpx; + text-align: center; + color: #999; + font-size: 28rpx; + background-color: #fff; } \ No newline at end of file diff --git a/packages/workOrderDashboard/addRoutingInspection/index.vue b/packages/workOrderDashboard/addRoutingInspection/index.vue index 55f88c49..d573e5a3 100644 --- a/packages/workOrderDashboard/addRoutingInspection/index.vue +++ b/packages/workOrderDashboard/addRoutingInspection/index.vue @@ -4,14 +4,22 @@ + placeholder="请输入点位名称搜索" readonly /> - - {{ option.name }} + + + 暂无数据 + + + + + {{ option.point_info.point_name }} + @@ -20,10 +28,8 @@ - - - - + 点击拍照上传 @@ -45,6 +51,15 @@