影像上传终止状态显示位置修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
fd683d74f9
commit
f918004dda
|
@ -127,6 +127,10 @@
|
||||||
<span v-if="scope.row.SubjectFirstGiveMedicineTime" class="status-primary-circle">
|
<span v-if="scope.row.SubjectFirstGiveMedicineTime" class="status-primary-circle">
|
||||||
{{ $t('trials:crcUpload:label:firstGiveMedicineTime') }}
|
{{ $t('trials:crcUpload:label:firstGiveMedicineTime') }}
|
||||||
</span>
|
</span>
|
||||||
|
<!-- 终止 -->
|
||||||
|
<span v-if="scope.row.IsSubjectQuit" class="status-primary-circle">
|
||||||
|
{{ $t('trials:crcUpload:label:ISQ') }}
|
||||||
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 访视 -->
|
<!-- 访视 -->
|
||||||
|
@ -157,10 +161,6 @@
|
||||||
<span v-if="scope.row.IsImageBackApplying" class="status-primary-circle">
|
<span v-if="scope.row.IsImageBackApplying" class="status-primary-circle">
|
||||||
{{ $t('trials:crcUpload:label:back') }}
|
{{ $t('trials:crcUpload:label:back') }}
|
||||||
</span>
|
</span>
|
||||||
<!-- 终止 -->
|
|
||||||
<span v-if="scope.row.IsSubjectQuit" class="status-primary-circle">
|
|
||||||
{{ $t('trials:crcUpload:label:ISQ') }}
|
|
||||||
</span>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 数据收集 -->
|
<!-- 数据收集 -->
|
||||||
|
|
Loading…
Reference in New Issue