pacs拉取问题修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
098e3c888a
commit
e9cefc1157
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue