历史自定义阅片样式及反馈按钮显隐维护
parent
c80e7ca5a9
commit
02b153c524
|
|
@ -338,7 +338,7 @@
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|
||||||
<div style="margin-left: auto">
|
<div style="margin-left: auto">
|
||||||
<div style="padding: 5px">
|
<div style="display: flex;">
|
||||||
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
|
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
|
||||||
v-if="(isExistsManual || isHaveKeyFile) && currentReadingTaskState < 2">
|
v-if="(isExistsManual || isHaveKeyFile) && currentReadingTaskState < 2">
|
||||||
<div class="tool-wrapper">
|
<div class="tool-wrapper">
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
</QuestionsPreview>
|
</QuestionsPreview>
|
||||||
</div>
|
</div>
|
||||||
<div class="questions-footer">
|
<div class="questions-footer">
|
||||||
<i class="el-icon-warning feedback-icon" @click="openFeedBackTable"
|
<i v-if="readingTaskState < 2" class="el-icon-warning feedback-icon" @click="openFeedBackTable"
|
||||||
:style="{ color: isExistUnprocessedFeedback ? '#ffeb3b' : '#fff' }" />
|
:style="{ color: isExistUnprocessedFeedback ? '#ffeb3b' : '#fff' }" />
|
||||||
<el-button v-if="readingTaskState < 2" style="margin-right: 10px" type="primary" size="small"
|
<el-button v-if="readingTaskState < 2" style="margin-right: 10px" type="primary" size="small"
|
||||||
@click="handleSave(true)">
|
@click="handleSave(true)">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue