Compare commits

..

No commits in common. "40642a4fe62090f66025f3e2777b5e416fc52a3f" and "5bf4c3cf5db4c0ac15766cf44df5d6befa62dda8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
<el-input v-model="form.IndicationType" disabled />
</el-form-item>
<!-- 中心名称 -->
<el-form-item :label="$t('trials:researchForm:form:siteName')" prop="TrialSiteId">
<el-form-item :label="$t('trials:researchForm:form:siteName')" prop="SiteId">
<el-select v-model="form.TrialSiteId" filterable style="width:100%;" @change="handleSiteChange">
<el-option
v-for="(item,index) of siteOptions"

View File

@ -47,10 +47,10 @@
<div class="title">{{ item.QuestionName }}</div>
<div v-if="item.LesionType === 102 && readingTaskState < 2">
<div class="add-icon">
<i class="el-icon-download" />
<i class="el-icon-upload2" />
</div>
<div class="add-icon" style="margin: 0 5px;">
<i class="el-icon-upload2" />
<i class="el-icon-download" />
</div>
<div class="add-icon" @click.prevent="handleAdd(item)">
<i class="el-icon-plus" />