From 9617cdd825886b799149e94af01284ef035bd1b7 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Wed, 15 Apr 2026 17:29:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E5=81=9C=E7=94=A8?= =?UTF-8?q?=E8=B5=84=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/asset-management/device-list/index.vue | 14 +++++++------- .../asset-management/iot-card-management/index.vue | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/asset-management/device-list/index.vue b/src/views/asset-management/device-list/index.vue index cdcdc47..0b79f15 100644 --- a/src/views/asset-management/device-list/index.vue +++ b/src/views/asset-management/device-list/index.vue @@ -1794,13 +1794,13 @@ }) } - if (hasAuth('device:manual_deactivate')) { - moreActions.push({ - label: '手动停用', - handler: () => handleDeviceOperation('manual-deactivate', row.virtual_no, row), - type: 'primary' - }) - } + // if (hasAuth('device:manual_deactivate')) { + // moreActions.push({ + // label: '手动停用', + // handler: () => handleDeviceOperation('manual-deactivate', row.virtual_no, row), + // type: 'primary' + // }) + // } if (hasAuth('device:delete')) { moreActions.push({ diff --git a/src/views/asset-management/iot-card-management/index.vue b/src/views/asset-management/iot-card-management/index.vue index ae6ae70..3c6fda4 100644 --- a/src/views/asset-management/iot-card-management/index.vue +++ b/src/views/asset-management/iot-card-management/index.vue @@ -1163,13 +1163,13 @@ }) } - if (hasAuth('iot_card:manual_deactivate')) { - actions.push({ - label: '手动停用', - handler: () => handleCardOperation('manual-deactivate', row.iccid), - type: 'primary' - }) - } + // if (hasAuth('iot_card:manual_deactivate')) { + // actions.push({ + // label: '手动停用', + // handler: () => handleCardOperation('manual-deactivate', row.iccid), + // type: 'primary' + // }) + // } return actions }