@@ -2945,7 +2945,7 @@ export default {
|
||||
// 请输入标记名称
|
||||
let message = this.$t('trials:noneDicom:message:msg1')
|
||||
if (isShowCancelButton) {
|
||||
message = `<div><p>${this.$t('trials:noneDicom:message:msg1')}</p><p style='font-size:12px'>${this.$t('trials:noneDicom:message:saveTip')}</p></div>`
|
||||
message = `<div><p>${this.$t('trials:noneDicom:message:msg1')}</p><p style='font-size:12px' class='customPromptTip'>${this.$t('trials:noneDicom:message:saveTip')}</p></div>`
|
||||
}
|
||||
const { value } = await this.$prompt( message, '', {
|
||||
showClose: false,
|
||||
|
||||
Reference in New Issue
Block a user