+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common:button:search') }}
+
+
+ {{ $t('common:button:reset') }}
+
+
+ {{ $t('system:email:button:sync') }}
+
+
+
+
+
+
+
+
+
+ {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
+ ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
+ item.RecipientName).join(", ") : ''
+ }}
+
+
+
+
+ {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
+ ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
+ item.RecipientName).join(", ") : ''
+ }}
+
+
+
+
+
+ {{ $fd("EmailState",
+ scope.row.EmailStateEnum) }}
+
+
+
+
+
+
+ {{ $t('common:button:view') }}
+
+
+ {{ $t('system:email:button:resendEmail') }}
+
+
+
+
+
+
+
+
+
+
+
+
+