fix: 注释停用资产
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m15s

This commit is contained in:
sexygoat
2026-04-15 17:29:53 +08:00
parent 209b5342b9
commit 9617cdd825
2 changed files with 14 additions and 14 deletions

View File

@@ -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({

View File

@@ -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
}