modify
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m13s

This commit is contained in:
sexygoat
2026-04-02 13:42:57 +08:00
parent 411206e039
commit 8df7024a45
83 changed files with 1830 additions and 1865 deletions

View File

@@ -539,7 +539,6 @@
}
} catch (error) {
console.error(error)
ElMessage.error(t('enterpriseDevices.messages.loadFailed'))
} finally {
loading.value = false
}
@@ -607,7 +606,6 @@
}
} catch (error) {
console.error(error)
ElMessage.error('获取设备列表失败')
} finally {
availableDevicesLoading.value = false
}
@@ -699,7 +697,6 @@
}
} catch (error) {
console.error(error)
ElMessage.error(t('enterpriseDevices.messages.allocateFailed'))
} finally {
allocateLoading.value = false
}
@@ -799,8 +796,8 @@
.device-selection-info {
margin-top: 10px;
margin-bottom: 12px;
color: var(--el-color-info);
font-size: 14px;
color: var(--el-color-info);
}
}
</style>