File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 邮件配置" url =" https://doc.iocoder.cn/mail" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 邮件配置" url =" https://doc.iocoder.cn/mail" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 邮件配置" url =" https://doc.iocoder.cn/mail" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
119
120
<el-dialog title =" 测试发送邮件" :visible.sync =" sendOpen" width =" 500px" append-to-body >
120
121
<el-form ref =" sendForm" :model =" sendForm" :rules =" sendRules" label-width =" 140px" >
121
122
<el-form-item label =" 模板内容" prop =" content" >
122
- <el-input v-model =" sendForm.content" type = " textarea " placeholder = " 请输入模板内容 " readonly />
123
+ <editor v-model =" sendForm.content" :min-height = " 192 " readonly />
123
124
</el-form-item >
124
125
<el-form-item label =" 收件邮箱" prop =" mail" >
125
126
<el-input v-model =" sendForm.mail" placeholder =" 请输入收件邮箱" />
You can’t perform that action at this time.
0 commit comments