From 41c1e26fb6708f1c507760cec0cf614495862b5e Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 1 Nov 2024 16:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=A4=96=E5=87=BA=E5=BA=93bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/comRecommendDetailCard.vue | 4 +- .../detail/comRecommendDetailCardBatch.vue | 194 ------------------ src/pages/unPlanned/job/issueJobDetail.vue | 7 +- 3 files changed, 3 insertions(+), 202 deletions(-) delete mode 100644 src/mycomponents/detail/comRecommendDetailCardBatch.vue diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue index 49a86e37..5452b913 100644 --- a/src/mycomponents/detail/comRecommendDetailCard.vue +++ b/src/mycomponents/detail/comRecommendDetailCard.vue @@ -20,7 +20,7 @@ 荐 - + @@ -30,7 +30,7 @@ 际 - + diff --git a/src/mycomponents/detail/comRecommendDetailCardBatch.vue b/src/mycomponents/detail/comRecommendDetailCardBatch.vue deleted file mode 100644 index 5452b913..00000000 --- a/src/mycomponents/detail/comRecommendDetailCardBatch.vue +++ /dev/null @@ -1,194 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/unPlanned/job/issueJobDetail.vue b/src/pages/unPlanned/job/issueJobDetail.vue index 78408dbb..62290121 100644 --- a/src/pages/unPlanned/job/issueJobDetail.vue +++ b/src/pages/unPlanned/job/issueJobDetail.vue @@ -18,11 +18,8 @@ - - + @remove="updateData" @updateData="updateData" @openDetail="openDetail"> @@ -84,7 +81,6 @@ import winScanButton from '@/mycomponents/scan/winScanButton.vue' import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue" import comRecommendDetailCard from "@/mycomponents/detail/comRecommendDetailCard.vue" - import comRecommendDetailCardBatch from "@/mycomponents/detail/comRecommendDetailCardBatch.vue" import detailInfoPopup from '@/pages/unPlanned/coms/detailInfoPopup.vue' import jobTop from '@/mycomponents/job/jobTop.vue' @@ -94,7 +90,6 @@ winScanButton, winScanPackAndLocation, comRecommendDetailCard, - comRecommendDetailCardBatch, detailInfoPopup, jobTop },