商品订单 权限
This commit is contained in:
parent
be78906159
commit
c84ddaee6b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user