From 5dea46a8fc5f8ee5ad424dab547576681fcae54d Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 22 Oct 2024 16:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E5=87=BA=E5=BA=93=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E4=BF=AE=E6=94=B9=E6=95=B0=E9=87=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/scrap/coms/comScrapDetailCardBatch.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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() },