Compare commits

..

No commits in common. "e91ce47f28b6279dcd3258a7b868de93f59c4b5d" and "2b93fd18ff50caf68029c12466a3aa4eef3702e7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@
</el-tooltip> </el-tooltip>
<div style="margin-left: auto"> <div style="margin-left: auto">
<div style="display: flex;"> <div style="padding: 5px">
<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">

View File

@ -19,7 +19,7 @@
</QuestionsPreview> </QuestionsPreview>
</div> </div>
<div class="questions-footer"> <div class="questions-footer">
<i v-if="readingTaskState < 2" class="el-icon-warning feedback-icon" @click="openFeedBackTable" <i 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)">