diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index c50d8998..c51ea671 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -739,8 +739,9 @@ export default { upgradeBatch: "Batch Upgrade", upgradeBatchTip: "Do you perform new version upgrades on checked records?", upgradeNotNewVer: 'No new version found', + upgradeOMCVer: 'Rejection of batch operation upgrades OMC', upgradeDone: 'Update complete, service being reloaded', - upgradeFail: 'The update failed, check if the service terminal environment is available!', + upgradeFail: 'The update fails, please check whether the software file exists and whether the service terminal environment is available!', upgradeModal: 'Network Element Version Updates', }, neLicense: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 80586d9e..fa66272e 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -739,8 +739,9 @@ export default { upgradeBatch: "批量更新", upgradeBatchTip: "对勾选的记录进行新版本升级吗?", upgradeNotNewVer: '没有发现新版本', + upgradeOMCVer: '拒绝批量操作升级OMC', upgradeDone: '更新完成,服务正在重载', - upgradeFail: '更新失败,请检查服务终端环境是否可用!', + upgradeFail: '更新失败,请检查软件文件是否存在且服务终端环境是否可用!', upgradeModal: '网元版本更新', }, neLicense: { diff --git a/src/store/modules/locked.ts b/src/store/modules/locked.ts index 977e0cb3..abf84193 100644 --- a/src/store/modules/locked.ts +++ b/src/store/modules/locked.ts @@ -50,7 +50,7 @@ const useLockedStore = defineStore('locked', { // 延迟5秒 setTimeout(() => { this.relaodWait(); - }, 2_000); + }, 5_000); } }, }, diff --git a/src/views/ne/neVersion/index.vue b/src/views/ne/neVersion/index.vue index d8295cee..d8cf53b8 100644 --- a/src/views/ne/neVersion/index.vue +++ b/src/views/ne/neVersion/index.vue @@ -1,7 +1,12 @@