提交 f4b52c54 authored 作者: taojinlong's avatar taojinlong

fix: 国际化错误

上级 626f9793
...@@ -367,7 +367,7 @@ export default { ...@@ -367,7 +367,7 @@ export default {
} }
} }
if (this.param.editType === 0 && this.param.tableId) { if (this.param.editType === 0 && this.param.tableId) {
$confirm(i18n.t('dataset.excel_replace_msg'), () => { $confirm(i18n.t('dataset.task.excel_replace_msg'), () => {
this.saveExcelData(sheetFileMd5, table) this.saveExcelData(sheetFileMd5, table)
}) })
}else { }else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论