fix(系统设置): 优化编辑项目集成三方平台检查提示
--bug=1018785 --user=李玉号 【系统设置】优化项目管理-编辑项目集成三方平台禅道时点击检查提示OK? https://www.tapd.cn/55049933/s/1277666
This commit is contained in:
parent
284b796733
commit
92bc39ced9
|
@ -217,7 +217,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
checkThirdPlatformProject(this.form).then(() => {
|
||||
this.$success("OK");
|
||||
this.$success(this.$t("pj.check_third_project_success"));
|
||||
});
|
||||
},
|
||||
getOptions() {
|
||||
|
|
|
@ -4,7 +4,8 @@ import mf from "metersphere-frontend/src/i18n/lang/en-US"
|
|||
|
||||
const message = {
|
||||
pj: {
|
||||
environment_import_repeat_tip: "(Environment configuration with the same name filtered {0})"
|
||||
environment_import_repeat_tip: "(Environment configuration with the same name filtered {0})",
|
||||
check_third_project_success: "inspection passed",
|
||||
},
|
||||
file_manage: {
|
||||
my_file: 'My File',
|
||||
|
|
|
@ -4,7 +4,8 @@ import mf from "metersphere-frontend/src/i18n/lang/zh-CN"
|
|||
|
||||
const message = {
|
||||
pj: {
|
||||
environment_import_repeat_tip: "(已过滤同名称的环境配置 {0})"
|
||||
environment_import_repeat_tip: "(已过滤同名称的环境配置 {0})",
|
||||
check_third_project_success: "检查通过",
|
||||
},
|
||||
file_manage: {
|
||||
my_file: '我的文件',
|
||||
|
|
|
@ -4,7 +4,8 @@ import mf from "metersphere-frontend/src/i18n/lang/zh-TW"
|
|||
|
||||
const message = {
|
||||
pj: {
|
||||
environment_import_repeat_tip: "(已過濾同名稱的環境配置 {0})"
|
||||
environment_import_repeat_tip: "(已過濾同名稱的環境配置 {0})",
|
||||
check_third_project_success: "檢查通過",
|
||||
},
|
||||
file_manage: {
|
||||
my_file: '我的文件',
|
||||
|
|
|
@ -213,7 +213,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
checkThirdPlatformProject(this.form).then(() => {
|
||||
this.$success("OK");
|
||||
this.$success(this.$t("system.check_third_project_success"));
|
||||
});
|
||||
},
|
||||
getOptions() {
|
||||
|
|
|
@ -9,6 +9,7 @@ const message = {
|
|||
system: {
|
||||
environment_import_repeat_tip: "(Environment configuration with the same name filtered {0})",
|
||||
search_by_environment_name: "search by environment name",
|
||||
check_third_project_success: "inspection passed"
|
||||
},
|
||||
display: {
|
||||
title: 'Theme',
|
||||
|
|
|
@ -9,6 +9,7 @@ const message = {
|
|||
system: {
|
||||
environment_import_repeat_tip: "(已过滤同名称的环境配置 {0})",
|
||||
search_by_environment_name: "根据环境的名称搜索",
|
||||
check_third_project_success: "检查通过"
|
||||
},
|
||||
display: {
|
||||
title: '显示设置',
|
||||
|
|
|
@ -9,6 +9,7 @@ const message = {
|
|||
system: {
|
||||
environment_import_repeat_tip: "(已過濾同名稱的環境配置 {0})",
|
||||
search_by_environment_name: "根據環境的名稱搜索",
|
||||
check_third_project_success: "檢查通過"
|
||||
},
|
||||
display: {
|
||||
title: '顯示設置',
|
||||
|
|
Loading…
Reference in New Issue