From f61789cb9354ef46852b8247d8d850c688688782 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 8 Nov 2022 13:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AE=A2=E5=8D=95=20?= =?UTF-8?q?=E5=92=8C=E9=A2=84=E7=BA=A6=20=E6=9D=83=E9=99=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsOrder/index.vue | 8 ++++---- src/views/system/order/index.vue | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue index 5acff4d..ebbb4fe 100644 --- a/src/views/system/goodsOrder/index.vue +++ b/src/views/system/goodsOrder/index.vue @@ -99,7 +99,7 @@ type="text" icon="el-icon-edit" @click="seeOrder(scope.row)" - v-hasPermi="['system:nurseType:edit']" + v-hasPermi="['system:goodsOrder:goodsOrderByOrder']" >查看商品信息 录入物流单号 查看 派单 @@ -104,7 +104,7 @@ type="text" icon="el-icon-error" @click="cencel(scope.row.appointmentOrderId)" - v-hasPermi="['system:nurseType:edit']" + v-hasPermi="['system:appointmentOrder:confirmCancel']" >取消预约