Browse Source

Merge branch 'V20221116' into fix-3173

tags/v1.22.11.2^2
liuzx 2 years ago
parent
commit
74e421baf2
3 changed files with 6 additions and 7 deletions
  1. +2
    -1
      templates/repo/modelsafety/show.tmpl
  2. +1
    -1
      web_src/vuepages/langs/config/en-US.js
  3. +3
    -5
      web_src/vuepages/pages/model/tuomin/index.vue

+ 2
- 1
templates/repo/modelsafety/show.tmpl View File

@@ -861,7 +861,8 @@
$('td.ti-text-form-content.spec div').text(specStr);
SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType));
}
var oLogHref = $('#-log-down').attr('href');
var repoPath = {{$.RepoRelPath}};
var oLogHref = `/api/v1/repos/${repoPath}/cloudbrain`;
$('#-log-down').attr('href', oLogHref + `/${res.ID}/download_log_file`);
$('.full-log-dialog').attr('data-href', oLogHref + `/${res.ID}/download_log_file`);
if (res.ResultJson) {


+ 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