From 7590d5a98691f65a99e9c3285d9bf9b49edde870 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Fri, 5 Jun 2026 09:07:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=91=E5=AE=9A=E7=82=B9=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/point/index.vue | 4 - src/views/inspection/task/index.vue | 204 ++++++++++++++++++--------- 2 files changed, 138 insertions(+), 70 deletions(-) diff --git a/src/views/inspection/point/index.vue b/src/views/inspection/point/index.vue index f40527e..d4982c1 100644 --- a/src/views/inspection/point/index.vue +++ b/src/views/inspection/point/index.vue @@ -225,9 +225,6 @@ - - - @@ -257,7 +254,6 @@ const { proxy } = getCurrentInstance(); const tableDataList = ref([]); const open = ref(false); -const dialogVisible = ref(false); const loading = ref(false); const showSearch = ref(true); diff --git a/src/views/inspection/task/index.vue b/src/views/inspection/task/index.vue index 7238ffa..b70b0e9 100644 --- a/src/views/inspection/task/index.vue +++ b/src/views/inspection/task/index.vue @@ -43,6 +43,7 @@ + @@ -69,11 +70,26 @@ - + + + + + + @@ -88,22 +104,54 @@ - - - - - - + + + + + + + + + + + + + + + 待选择点位 + + + + + + + + {{ element.waypointName }} + + + + + + + + 点位排序 + + + + {{ index + 1 }} 、{{ element.waypointName }} + + + + + + + + 1、将待选择点位拖拽至点位排序中 + 2、点位排序中可拖拽自定义其顺序 +