国际化补充
continuous-integration/drone/push Build is failing Details

uat_us
caiyiling 2024-09-10 14:18:11 +08:00
parent 60d3b25041
commit ce079f923a
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ export default {
markers: { top: '', right: '', bottom: '', left: '' }, markers: { top: '', right: '', bottom: '', left: '' },
orientationMarkers: [], orientationMarkers: [],
originalMarkers: [], originalMarkers: [],
dcmTag: { visible: false, title: 'DICOM Tags' } dcmTag: { visible: false, title: this.$t('trials:dicom-tag:title') }
} }
}, },

View File

@ -3,7 +3,7 @@
<el-input <el-input
v-model="search" v-model="search"
size="mini" size="mini"
placeholder="输入关键字搜索" :placeholder="$t('trials:dicom-tag:keywords')"
style="width:200px" style="width:200px"
/> />