diff --git a/src/pages/scrap/coms/comScrapDetailCardBatch.vue b/src/pages/scrap/coms/comScrapDetailCardBatch.vue index beaef040..0bd4ddc3 100644 --- a/src/pages/scrap/coms/comScrapDetailCardBatch.vue +++ b/src/pages/scrap/coms/comScrapDetailCardBatch.vue @@ -8,6 +8,7 @@ + {{item.scaned}} @@ -36,7 +37,8 @@ import { getRemoveOption, - getEditRemoveOption + getEditRemoveOption, + getDetailEditRemoveOption, } from '@/common/array.js'; export default { @@ -86,7 +88,7 @@ }, mounted() { - + this.scanOptions = getDetailEditRemoveOption(); this.removeOptions = getRemoveOption(); this.editAndRemoveOptions = getEditRemoveOption() },