【邮件日志】邮件日志中收件人、抄送人未显示,发送时间错误
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e65e6e2208
commit
f2d50e7465
|
|
@ -50,7 +50,7 @@
|
|||
<template slot-scope="scope">
|
||||
<span>{{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
|
||||
? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
|
||||
item.RecipientName).join(", ") : ''
|
||||
item.RecipientAddress).join(", ") : ''
|
||||
}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
<template slot-scope="scope">
|
||||
<span>{{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
|
||||
? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
|
||||
item.RecipientName).join(", ") : ''
|
||||
item.RecipientAddress).join(", ") : ''
|
||||
}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
|||
Loading…
Reference in New Issue