Commit 2d09441a authored by 祁正's avatar 祁正

feat(通知单管理):认证人显示在列表

parent 653a3f7b
...@@ -203,7 +203,16 @@ ...@@ -203,7 +203,16 @@
}" }"
> >
<template #default="scope"> <template #default="scope">
<span class="renzheng">{{scope.row.certificationResponsiblePerson}}<el-icon style="font-size: 16px;margin-left: 5px"><EditPen @click="addPerson(scope.row)"/></el-icon></span> <el-tooltip
v-if="scope.row.notificationStatus !== '1'"
class="box-item"
effect="dark"
:content="scope.row.certificationResponsiblePersonName"
placement="bottom"
>
<span class="renzheng">{{scope.row.certificationResponsiblePerson}}</span>
</el-tooltip>
<span v-else class="renzheng">{{scope.row.certificationResponsiblePerson}}<el-icon style="font-size: 16px;margin-left: 5px"><EditPen @click="addPerson(scope.row)"/></el-icon></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment