非dicom阅片更改比例尺弹框去除取消按钮
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
46b532b858
commit
e35f6c5471
|
|
@ -1417,7 +1417,12 @@ export default {
|
||||||
this.saveCustomAnnotation(annotation)
|
this.saveCustomAnnotation(annotation)
|
||||||
} else {
|
} else {
|
||||||
await this.$confirm(
|
await this.$confirm(
|
||||||
this.$t('trials:trials-list:table:allQuestionChange')
|
this.$t('trials:trials-list:table:allQuestionChange'), '', {
|
||||||
|
showClose: false,
|
||||||
|
showCancelButton: false,
|
||||||
|
closeOnClickModal: false,
|
||||||
|
closeOnPressEscape: false
|
||||||
|
}
|
||||||
).then(() => {
|
).then(() => {
|
||||||
this.saveCustomAnnotation(annotation, 1)
|
this.saveCustomAnnotation(annotation, 1)
|
||||||
})
|
})
|
||||||
|
|
@ -1866,7 +1871,12 @@ export default {
|
||||||
this.saveCustomAnnotation(annotation)
|
this.saveCustomAnnotation(annotation)
|
||||||
} else {
|
} else {
|
||||||
this.$confirm(
|
this.$confirm(
|
||||||
this.$t('trials:trials-list:table:allQuestionChange')
|
this.$t('trials:trials-list:table:allQuestionChange'), '', {
|
||||||
|
showClose: false,
|
||||||
|
showCancelButton: false,
|
||||||
|
closeOnClickModal: false,
|
||||||
|
closeOnPressEscape: false
|
||||||
|
}
|
||||||
).then(() => {
|
).then(() => {
|
||||||
this.saveCustomAnnotation(annotation, 1)
|
this.saveCustomAnnotation(annotation, 1)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue