feat(orderSyncFail): 同步失败订单处理按钮添加权限

This commit is contained in:
woody 2025-08-13 17:45:30 +08:00
parent fefa7a90be
commit 00d6a4e382
1 changed files with 2 additions and 1 deletions

View File

@ -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)"
>
手动处理