Browse Source

fix issue

tags/v1.22.10.1^2
zhoupzh 3 years ago
parent
commit
9701e4c235
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web_src/vuepages/pages/model/tuomin/index.vue

+ 2
- 2
web_src/vuepages/pages/model/tuomin/index.vue View File

@@ -110,7 +110,7 @@
tableData1:[{
imgSrc1:'/img/jian.svg',
imgSrc2:'/img/jian.svg',
mode:'仅车牌'
mode:this.$t('onlyLicensePlate')
}]
};
},
@@ -147,7 +147,7 @@
this.tranformImageLoading = false
this.$message({
type: 'error',
message: this.$t('submittedFailed')
message: this.$t('tranformImageFailed')
});
})



Loading…
Cancel
Save