Showing
1 changed file
with
2 additions
and
1 deletions
@@ -196,8 +196,9 @@ | @@ -196,8 +196,9 @@ | ||
196 | <el-table-column align="center" prop="manufacturerName" label="处理厂商" width="150" show-overflow-tooltip/> | 196 | <el-table-column align="center" prop="manufacturerName" label="处理厂商" width="150" show-overflow-tooltip/> |
197 | <el-table-column align="center" prop="isRead" label="接收状态" width="100" > | 197 | <el-table-column align="center" prop="isRead" label="接收状态" width="100" > |
198 | <template #default="scope"> | 198 | <template #default="scope"> |
199 | - <span v-if="scope.row.isRead == '0'">未读</span> | 199 | + <!--<span v-if="scope.row.isRead == '0'">未读</span>--> |
200 | <span v-if="scope.row.isRead == '1'">已读</span> | 200 | <span v-if="scope.row.isRead == '1'">已读</span> |
201 | + <span v-else>未读</span> | ||
201 | </template> | 202 | </template> |
202 | </el-table-column> | 203 | </el-table-column> |
203 | <el-table-column align="center" prop="isRelated" label="自查结果" width="100" > | 204 | <el-table-column align="center" prop="isRelated" label="自查结果" width="100" > |
-
Please register or login to post a comment