From df7ae9e7cdc3a017820eff95e4c5fa9988fef147 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 1 Aug 2024 17:02:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue index f9b2624d..0b920f63 100644 --- a/src/views/wpm_gx/handover.vue +++ b/src/views/wpm_gx/handover.vue @@ -13,14 +13,14 @@ type="primary" icon="el-icon-plus" @click="table_add(10)" - v-auth="'mllog.create'" + v-auth="'handover.create'" >新增 返工 @@ -125,7 +125,7 @@ link size="small" @click="table_edit(scope.row)" - v-auth="'mlog.update'" + v-auth="'handover.update'" type="primary" v-if=" scope.row.send_mgroup == mgroupId && @@ -145,7 +145,7 @@ 删除