pacs拉取问题修复
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-12-19 09:54:04 +08:00
parent 098e3c888a
commit e9cefc1157
1 changed files with 3 additions and 2 deletions

View File

@ -117,6 +117,7 @@
clearable clearable
multiple multiple
collapse-tags collapse-tags
style="width: 140px;"
> >
<el-option <el-option
v-for="item in ModalityList" v-for="item in ModalityList"
@ -591,8 +592,8 @@ export default {
if (this.total >= MaxStudyCount) { if (this.total >= MaxStudyCount) {
let message = this.$t( let message = this.$t(
'trials:inspection:pullImage:confirm:limit50' 'trials:inspection:pullImage:confirm:limit50'
).replace('xx', MaxStudyCount) ).replace('xxx', MaxStudyCount)
this.$confirm(message, 'hahaha', { this.$confirm(message, '', {
type: 'warning', type: 'warning',
showCancelButton: false, showCancelButton: false,
}) })