feat: 网元服务操作局部状态刷新,补充提示信息

This commit is contained in:
TsMask
2025-04-29 10:34:09 +08:00
parent 5713916bc8
commit c571453983
4 changed files with 119 additions and 77 deletions

View File

@@ -479,11 +479,11 @@ export default {
normalcy: 'Normal',
exceptions: 'Abnormal',
restart: 'Restart',
restartTip: 'Are you sure you want to restart the network element service?',
restartTip: 'Are you sure you want to restart the [{ne}] NE Service?',
start: 'Start',
startTip: 'Are you sure you want to start the network element service?',
startTip: 'Are you sure you want to start the [{ne}] NE Service?',
stop: 'Stop',
stopTip: 'Are you sure you want to stop the network element service?',
stopTip: 'Are you sure you want to stop the [{ne}] NE Service?',
reload: 'Reload',
reloadTip: 'Confirm that you want to reload the network element configuration information?',
oam: 'OAM',

View File

@@ -479,11 +479,11 @@ export default {
normalcy: '正常',
exceptions: '异常',
restart: '重启',
restartTip: '确认要重新启动网元服务吗?',
restartTip: '确认要重新启动【{ne}】网元服务吗?',
start: '启动',
startTip: '确认要启动网元服务吗?',
startTip: '确认要启动【{ne}】网元服务吗?',
stop: '停止',
stopTip: '确认要停止网元服务吗?',
stopTip: '确认要停止【{ne}】网元服务吗?',
reload: '重载',
reloadTip: '确认要重载网元配置信息吗?',
oam: 'OAM',