访视未提交标识显示修改
parent
ffd81d7aa2
commit
e70404b400
|
@ -97,15 +97,18 @@
|
|||
:default-sort="{ prop: 'SubmitTime', order: 'descending' }"
|
||||
>
|
||||
<el-table-column width="40">
|
||||
<template>
|
||||
<template slot-scope="scope">
|
||||
<i
|
||||
v-if="
|
||||
Number(scope.row.SubmitState) === 1 &&
|
||||
scope.row.VisitLatestStudyTime
|
||||
"
|
||||
class="el-icon-warning-outline"
|
||||
:title="$t('trials:hirVisit:tipMessage:tipOne')"
|
||||
style="color: red"
|
||||
></i>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column type="index" width="40" />
|
||||
<!-- 受试者编号 -->
|
||||
<el-table-column
|
||||
prop="SubjectCode"
|
||||
|
|
Loading…
Reference in New Issue