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 @@