---新增参数配置,字典配置国家化

This commit is contained in:
lai
2023-11-11 16:31:42 +08:00
parent cca9973b28
commit 7a93768fd0
8 changed files with 582 additions and 290 deletions

View File

@@ -289,7 +289,7 @@ function fnModalVisibleByVive(imsi: string) {
t('common.viewText') + t('views.neUser.auth.authInfo');
modalState.visibleByView = true;
} else {
message.error(`获取鉴权信息失败`, 2);
message.error(t('common.getInfoFail'), 2);
}
})
.finally(() => {
@@ -320,7 +320,7 @@ function fnModalVisibleByEdit(row?: Record<string, any>) {
t('common.editText') + t('views.neUser.auth.authInfo');
modalState.visibleByEdit = true;
} else {
message.error(`获取鉴权信息失败`, 2);
message.error(t('common.getInfoFail'), 2);
}
})
.finally(() => {