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