商品订单 权限

This commit is contained in:
shidongli 2022-11-08 14:33:14 +08:00
parent be78906159
commit c84ddaee6b

View File

@ -99,7 +99,7 @@
type="text"
icon="el-icon-edit"
@click="seeOrder(scope.row)"
v-hasPermi="['system:nurseType:edit']"
v-hasPermi="['system:goodsOrder:goodsOrderByOrder']"
>查看商品信息</el-button
>
<el-button
@ -108,7 +108,7 @@
type="text"
icon="el-icon-edit"
@click="seelogistics(scope.row.id)"
v-hasPermi="['system:nurseType:edit']"
v-hasPermi="['system:goodsOrder:editExpressNo']"
>录入物流单号</el-button
>
<!-- <el-button
@ -126,7 +126,7 @@
type="text"
icon="el-icon-edit"
@click="refund(scope.row.id)"
v-hasPermi="['system:nurseType:edit']"
v-hasPermi="['system:goodsOrder:goodsOrderRefund']"
>确认退款</el-button
>
<!-- <el-button