样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
53101bc811
commit
7f65376c94
|
|
@ -172,19 +172,19 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-table v-else :data="judgeAnswers" border style="width: 70%">
|
<el-table v-else :data="judgeAnswers" border>
|
||||||
<!-- 问题名称 -->
|
<!-- 问题名称 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="QuestionName"
|
prop="QuestionName"
|
||||||
:label="$t('trials:readingTracking:config:questionName')"
|
:label="$t('trials:readingTracking:config:questionName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="600"
|
width="600"
|
||||||
/>
|
/>
|
||||||
<!-- R1 -->
|
<!-- R1 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="R1Answer"
|
prop="R1Answer"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="300"
|
width="300"
|
||||||
>
|
>
|
||||||
<template slot="header">
|
<template slot="header">
|
||||||
{{ $t('trials:adReview:table:viewR1') }}
|
{{ $t('trials:adReview:table:viewR1') }}
|
||||||
|
|
@ -212,7 +212,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="R2Answer"
|
prop="R2Answer"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="300"
|
width="300"
|
||||||
>
|
>
|
||||||
<template slot="header">
|
<template slot="header">
|
||||||
{{ $t('trials:adReview:table:viewR2') }}
|
{{ $t('trials:adReview:table:viewR2') }}
|
||||||
|
|
@ -384,24 +384,24 @@
|
||||||
ref="adForm2"
|
ref="adForm2"
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
:model="judgeForm"
|
:model="judgeForm"
|
||||||
style="width: 70%"
|
label-width="80px"
|
||||||
>
|
>
|
||||||
<el-table
|
<el-table
|
||||||
:data="judgeQs"
|
:data="judgeQs"
|
||||||
border
|
border
|
||||||
style="width: 100%; margin-bottom: 16px"
|
style="margin-bottom: 16px"
|
||||||
>
|
>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="QuestionName"
|
prop="QuestionName"
|
||||||
:label="$t('trials:readingTracking:config:questionName')"
|
:label="$t('trials:readingTracking:config:questionName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="600"
|
width="600"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="judgeResult"
|
prop="judgeResult"
|
||||||
:label="$t('trials:adReview:title:result')"
|
:label="$t('trials:adReview:title:result')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="300"
|
width="300"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -428,8 +428,8 @@
|
||||||
prop="judgeSelect"
|
prop="judgeSelect"
|
||||||
:label="$t('trials:adReview:title:select')"
|
:label="$t('trials:adReview:title:select')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="300"
|
width="300"
|
||||||
v-show="readingTaskState < 2"
|
v-if="readingTaskState < 2"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-radio-group
|
<el-radio-group
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue