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、点位排序中可拖拽自定义其顺序 +