申请原因必填添加星号
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
286865ba8f
commit
ee2e33405c
|
@ -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")
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue