refactor: jenkins 配置通知

This commit is contained in:
Captain.B 2021-08-27 12:07:18 +08:00 committed by 刘瑞斌
parent 59730f7b3d
commit 785027c37d
1 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,14 @@
<performance-report-notification @noticeSize="getNoticeSize" :receiver-options="reviewReceiverOptions"
:receive-type-options="receiveTypeOptions"/>
</el-collapse-item>
<el-collapse-item name="1">
<template v-slot:title>
<span style="width: 200px">{{ $t('organization.message.jenkins_task_notification') }}</span>
<span>通知数: <span style="color: #783887;">{{ jenkinsNoticeSize }}</span></span>
</template>
<jenkins-notification @noticeSize="getNoticeSize" :jenkins-receiver-options="jenkinsReceiverOptions"
:receive-type-options="receiveTypeOptions"/>
</el-collapse-item>
</el-collapse>
</div>
</template>