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