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 },