@@ -1007,9 +1007,10 @@ export default {
|
||||
// 申请影像退回
|
||||
async imageBack(row) {
|
||||
try {
|
||||
this.$prompt(this.$t("trials:crcUpload:confirmMessage:ApplyReason"), this.$t("trials:crcUpload:confirmMessage:imageBack"), {
|
||||
this.$prompt(`<span style="color:#F56C6C">*</span><span>${this.$t("trials:crcUpload:confirmMessage:ApplyReason")}</span>`, this.$t("trials:crcUpload:confirmMessage:imageBack"), {
|
||||
confirmButtonText: this.$t("common:button:save"),
|
||||
cancelButtonText: this.$t("common:button:cancel"),
|
||||
dangerouslyUseHTMLString: true,
|
||||
inputValidator: (val) => {
|
||||
if (!val) return this.$t("common:ruleMessage:specify")
|
||||
},
|
||||
|
||||
@@ -697,9 +697,10 @@ export default {
|
||||
// 申请影像退回
|
||||
async imageBack(row) {
|
||||
try {
|
||||
this.$prompt(this.$t("trials:crcUpload:confirmMessage:ApplyReason"), this.$t("trials:crcUpload:confirmMessage:imageBack"), {
|
||||
this.$prompt(`<span style="color:#F56C6C">*</span><span>${this.$t("trials:crcUpload:confirmMessage:ApplyReason")}</span>`, this.$t("trials:crcUpload:confirmMessage:imageBack"), {
|
||||
confirmButtonText: this.$t("common:button:save"),
|
||||
cancelButtonText: this.$t("common:button:cancel"),
|
||||
dangerouslyUseHTMLString: true,
|
||||
inputValidator: (val) => {
|
||||
if (!val) return this.$t("common:ruleMessage:specify")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user