fix(项目设置): 项目环境通用配置问题汇总
--bug=1027624 --user=宋昌昌 【项目设置】github#25432,【项目设置】-项目环境:创建环境通用配置导入JSON文件名称过长时建议加上悬浮显示窗口以便能查看全部内容。 https://www.tapd.cn/55049933/s/1392091 --bug=1027625 --user=宋昌昌 【项目设置】github#25430,优化建议【项目设置】-项目环境:创建环境通用配置导入选择JSON文件提示“保存成功”建议修改为点击上传选择文件提示“导入成功”点击确定提示“保存成功”。 https://www.tapd.cn/55049933/s/1392093
This commit is contained in:
parent
aea4e88f5c
commit
9560683103
|
@ -116,7 +116,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.$emit("mergeData", fileString, this.modeId);
|
this.$emit("mergeData", fileString, this.modeId);
|
||||||
this.dialogVisible = false;
|
this.dialogVisible = false;
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.upload_success'));
|
||||||
} catch (exception) {
|
} catch (exception) {
|
||||||
this.$warning(this.$t('api_test.api_import.ms_env_import_file_limit'));
|
this.$warning(this.$t('api_test.api_import.ms_env_import_file_limit'));
|
||||||
}
|
}
|
||||||
|
@ -157,4 +157,10 @@ export default {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(a.el-upload-list__item-name) {
|
||||||
|
overflow: visible;
|
||||||
|
text-overflow: unset;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -94,6 +94,7 @@ const message = {
|
||||||
relate_success: "Related successfully",
|
relate_success: "Related successfully",
|
||||||
unrelated_success: "Unrelated successfully",
|
unrelated_success: "Unrelated successfully",
|
||||||
modify_success: "Modify Success",
|
modify_success: "Modify Success",
|
||||||
|
upload_success: "Upload Success",
|
||||||
copy_success: "Copy Success",
|
copy_success: "Copy Success",
|
||||||
delete_cancel: "Deleted Cancel",
|
delete_cancel: "Deleted Cancel",
|
||||||
confirm: "Confirm",
|
confirm: "Confirm",
|
||||||
|
|
|
@ -93,6 +93,7 @@ const message = {
|
||||||
unrelated_success: "取消关联成功",
|
unrelated_success: "取消关联成功",
|
||||||
copy_success: "复制成功",
|
copy_success: "复制成功",
|
||||||
modify_success: "修改成功",
|
modify_success: "修改成功",
|
||||||
|
upload_success: "上传成功",
|
||||||
delete_cancel: "已取消删除",
|
delete_cancel: "已取消删除",
|
||||||
option_cannot_spread_pages: "这个操作不支持跨页,是否继续?",
|
option_cannot_spread_pages: "这个操作不支持跨页,是否继续?",
|
||||||
confirm: "确定",
|
confirm: "确定",
|
||||||
|
|
|
@ -93,6 +93,7 @@ const message = {
|
||||||
copy_success: "復製成功",
|
copy_success: "復製成功",
|
||||||
warning_module_add: "模塊樹深度最大為8層",
|
warning_module_add: "模塊樹深度最大為8層",
|
||||||
modify_success: "修改成功",
|
modify_success: "修改成功",
|
||||||
|
upload_success: "上傳成功",
|
||||||
delete_cancel: "已取消刪除",
|
delete_cancel: "已取消刪除",
|
||||||
option_cannot_spread_pages: "這個操作不支持跨頁,是否繼續?",
|
option_cannot_spread_pages: "這個操作不支持跨頁,是否繼續?",
|
||||||
confirm: "確定",
|
confirm: "確定",
|
||||||
|
|
Loading…
Reference in New Issue