Compare commits
No commits in common. "e184b5255dce8e23a82e8f087b2aed3555a149b1" and "83a1d2d5a418f6bba0cd04616f8d7f0db27a4dc9" have entirely different histories.
e184b5255d
...
83a1d2d5a4
|
|
@ -26,9 +26,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<el-form-item v-if="readingTaskState < 2">
|
<el-form-item v-if="readingTaskState < 2">
|
||||||
<div class="action-bar">
|
<div style="text-align:center;">
|
||||||
<!-- <i class="el-icon-warning feedback-icon" @click="openFeedBackTable"
|
|
||||||
:style="{ color: taskInfo && taskInfo.IsExistUnprocessedFeedback ? '#ffeb3b' : '#fff' }" /> -->
|
|
||||||
<el-button v-if="taskInfo && taskInfo.IseCRFShowInDicomReading" :disabled="isTableVisible"
|
<el-button v-if="taskInfo && taskInfo.IseCRFShowInDicomReading" :disabled="isTableVisible"
|
||||||
type="primary" @click="skipTask">
|
type="primary" @click="skipTask">
|
||||||
{{ $t('trials:readingReport:button:skip') }}
|
{{ $t('trials:readingReport:button:skip') }}
|
||||||
|
|
@ -1466,32 +1464,6 @@ export default {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openFeedBackTable() {
|
|
||||||
this.$FB({
|
|
||||||
type: 'imgfail',
|
|
||||||
trialId: this.$route.query.trialId,
|
|
||||||
visitTaskId: this.visitTaskId,
|
|
||||||
callBack: async () => {
|
|
||||||
try {
|
|
||||||
await this.$confirm(
|
|
||||||
this.$t('trials:reading:confirm:feedbackmsg'),
|
|
||||||
{
|
|
||||||
type: 'warning',
|
|
||||||
distinguishCancelAndClose: true
|
|
||||||
}
|
|
||||||
).catch(() => {})
|
|
||||||
this.loading = true
|
|
||||||
const res = await setSkipReadingCache({ visitTaskId: this.visitTaskId })
|
|
||||||
this.loading = false
|
|
||||||
if (res.IsSuccess) {
|
|
||||||
window.location.reload()
|
|
||||||
}
|
|
||||||
} catch (err) {
|
|
||||||
this.loading = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
questionsMarkStatus: {
|
questionsMarkStatus: {
|
||||||
|
|
@ -1608,26 +1580,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.action-bar {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
.feedback-icon {
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 1;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: #68a2d5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// .ecrf-list-container{
|
// .ecrf-list-container{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue