This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user