1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6d214727b5
commit
37257da722
|
|
@ -177,7 +177,9 @@
|
|||
custom-class="base-dialog-wrapper">
|
||||
<el-form ref="reasonForm" :rules="rules" :model="ApplyforReasonForm" class="demo-ruleForm" size="small"
|
||||
label-width="380px">
|
||||
<p>{{ $t('trials:readTask:applyReread:title').replace('xxx', rowData.SubjectCode).replace('yyy', rowData.TaskName) }}</p>
|
||||
<p>{{ $t('trials:readTask:applyReread:title').replace('xxx', rowData.SubjectCode).replace('yyy',
|
||||
rowData.TaskName)
|
||||
}}</p>
|
||||
<!-- 申请原因 -->
|
||||
<el-divider content-position="left">{{ $t('trials:readTask:title:applyReason') }}</el-divider>
|
||||
<!-- 申请原因 -->
|
||||
|
|
@ -378,6 +380,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
isTumor() {
|
||||
return true
|
||||
let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.TrialReadingCriterionId)
|
||||
if (criterion) {
|
||||
return [1, 18, 2, 3, 7, 10, 17].includes(Number(criterion.CriterionType))
|
||||
|
|
@ -443,7 +446,7 @@ export default {
|
|||
}
|
||||
var routeData = this.$router.resolve({ path })
|
||||
let imageToolType = row.ReadingTool === 1 ? 2 : 1
|
||||
const res = await getAutoCutNextTask({imageToolType})
|
||||
const res = await getAutoCutNextTask({ imageToolType })
|
||||
let IsDoubleScreen = false
|
||||
if (res.IsSuccess) {
|
||||
IsDoubleScreen = res.Result.IsDoubleScreen
|
||||
|
|
|
|||
Loading…
Reference in New Issue