Browse Source

Merge pull request 'fix-3058' (#3176) from fix-csh into V20221116

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/3176
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
tags/v1.22.11.2^2
chenshihai 2 years ago
parent
commit
293f2ef289
2 changed files with 4 additions and 6 deletions
  1. +1
    -1
      web_src/vuepages/langs/config/en-US.js
  2. +3
    -5
      web_src/vuepages/pages/model/tuomin/index.vue

+ 1
- 1
web_src/vuepages/langs/config/en-US.js View File

@@ -187,7 +187,7 @@ const en = {
onlyFace:'Only face',
onlyLicensePlate:'Only license plate',
dragThePictureHere:'Drag the picture here',
or:'or',
or:' or ',
clickUpload:'Click upload',
dataDesensitizationModelExperience:'Data desensitization model experience',
dataDesensitizationModelDesc:'Use AI technology to desensitize the face and license plate number in the picture. For more information about this model, please visit the project',


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

@@ -33,11 +33,9 @@
drag
>
<div class="el-upload__text">
{{ $t("dragThePictureHere")
}}<span style="color: rgba(136, 136, 136, 0.87)">{{
$t("or")
}}</span
>{{ $t("clickUpload") }}
<span>
<span>{{ $t("dragThePictureHere") }}</span><span style="color: rgba(136, 136, 136, 0.87)">{{ $t("or") }}</span><span>{{ $t("clickUpload") }}</span>
</span>
</div>
</el-upload>



Loading…
Cancel
Save