xiaohaizhao 9 months ago
parent
commit
bca0434648

+ 1 - 1
src/HDrpManagement/prodectFileData/modules/edit.vue

@@ -169,7 +169,7 @@ export default {
       }else {
         this.$notify({
           title:this.$t('提示'),
-          message:'该文件暂不支持',
+          message:this.$t('该文件暂不支持'),
           type:'warning'
         })
       }

+ 1 - 1
src/HDrpManagement/serveWorkBill/modules/detail copy.vue

@@ -187,7 +187,7 @@ export default {
       let result = data.attinfos.filter(item => item.usetype == "comfirmbill")
       if(result.length == 0) return this.$message({
         type:'warning',
-        message:'暂无单据信息'
+        message:this.$t('暂无单据信息')
       })
       window.open(result[0].url,'_self')
     },

+ 1 - 1
src/HManagement/personalTarget/target/modules/edit/index.vue

@@ -172,7 +172,7 @@ export default {
       }
       if (this.errorurl) {
         this.$message({
-          message:'导入失败请查看错误文件',
+          message:this.$t('导入失败请查看错误文件'),
           type:'warning'
         })
       } else {