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