style: 开站网元信息函数命名

This commit is contained in:
TsMask
2024-04-30 20:03:55 +08:00
parent 607660124a
commit fc6dfe9894
2 changed files with 8 additions and 8 deletions

View File

@@ -205,7 +205,7 @@ function fnStepNext(stepName: 'NeInfoSoftwareLicense') {
if (stepName === 'NeInfoSoftwareLicense') {
Modal.confirm({
title: t('common.tipTitle'),
content: '确认要下一步进行网元授权吗?',
content: '确认要下一步进行网元授权吗?',
onOk() {
fnToStepName('NeInfoSoftwareLicense');
},