裁判任务表格样式处理
parent
9feb906c3e
commit
1e098c44c1
|
@ -82,6 +82,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="criterionType === 10?$t('trials:adReview:table:visitInfoview'):$t('trials:adReview:table:view')"
|
:label="criterionType === 10?$t('trials:adReview:table:visitInfoview'):$t('trials:adReview:table:view')"
|
||||||
width="200"
|
width="200"
|
||||||
|
:fixed="isFixed ? 'right' : false"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
||||||
|
@ -388,7 +389,8 @@ export default {
|
||||||
priorLoading: false,
|
priorLoading: false,
|
||||||
judgeResultArmEnum: '',
|
judgeResultArmEnum: '',
|
||||||
criterionType: null,
|
criterionType: null,
|
||||||
openWindow: null
|
openWindow: null,
|
||||||
|
isFixed:false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// watch: {
|
// watch: {
|
||||||
|
@ -443,7 +445,7 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.judgeQuestion = judgeQS
|
this.judgeQuestion = judgeQS
|
||||||
|
this.isFixed = this.judgeQuestion.length > 0 && this.judgeQuestion[0].judgeQuestionList.length > 4
|
||||||
this.adInfo = res.Result
|
this.adInfo = res.Result
|
||||||
this.adForm.judgeResultTaskId = res.Result.JudgeResultTaskId
|
this.adForm.judgeResultTaskId = res.Result.JudgeResultTaskId
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue