feat(orderSyncFail): 同步失败订单处理按钮添加权限
This commit is contained in:
parent
dd3816a26e
commit
9f4c09ddc4
|
@ -103,10 +103,11 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="scope.row.status === 0"
|
||||
v-hasButtons="['WholeNetworkOrderSyncFailUpdate']"
|
||||
type="text"
|
||||
size="small"
|
||||
style="color: #48b2fd; padding: 0"
|
||||
:disabled="scope.row.status === 0"
|
||||
@click="handleProcessed(scope.row)"
|
||||
>
|
||||
手动处理
|
||||
|
|
Loading…
Reference in New Issue