访视未提交标识显示修改

main
wangxiaoshuang 2024-04-15 13:14:41 +08:00
parent ffd81d7aa2
commit e70404b400
1 changed files with 5 additions and 2 deletions

View File

@ -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"