mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: email-selector 优化
This commit is contained in:
@@ -9,10 +9,10 @@ export class EmailNotification extends BaseNotification {
|
||||
@NotificationInput({
|
||||
title: '收件人邮箱',
|
||||
component: {
|
||||
name: 'a-select',
|
||||
name: 'email-selector',
|
||||
vModel: 'value',
|
||||
mode: 'tags',
|
||||
open: false,
|
||||
// open: false,
|
||||
},
|
||||
required: true,
|
||||
helper: '可以填写多个,填写一个按回车键再填写下一个\n需要先[配置邮件服务器](#/sys/settings/email)',
|
||||
|
||||
Reference in New Issue
Block a user