refactor: 去掉jenkins通知选项

This commit is contained in:
Captain.B 2021-08-25 16:40:30 +08:00 committed by 刘瑞斌
parent aeac439114
commit 13fd888f50
1 changed files with 0 additions and 8 deletions

View File

@ -56,14 +56,6 @@
<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>