master #41

Merged
clay merged 7 commits from master into pro 2023-03-22 07:46:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1235478f5c - Show all commits

View File

@ -43,7 +43,7 @@
<el-select v-model="setup.settings.notify.types" value-key="name"
placeholder="选择消息通知方式" style="width: 30%;"
size="medium" clearable multiple collapse-tags>
<el-option v-for="(wc, index) in notifyTypes" :label="wc.name" :key="index" :value="wc"></el-option>
<el-option v-for="(notify, index) in notifyTypes" :label="notify.name" :key="index" :value="notify.type"></el-option>
</el-select>
<el-input size="medium" v-model="setup.settings.notify.title" style="width: 68%; float:right;" placeholder="消息通知标题"></el-input>
</el-form-item>