Skip to content

Commit f6e6c31

Browse files
committed
邮箱模块:完善前端的界面
1 parent bfa14b7 commit f6e6c31

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/views/system/mail/account/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="app-container">
3+
<doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" />
34

45
<!-- 搜索工作栏 -->
56
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

src/views/system/mail/log/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="app-container">
3+
<doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" />
34

45
<!-- 搜索工作栏 -->
56
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

src/views/system/mail/template/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="app-container">
3+
<doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" />
34

45
<!-- 搜索工作栏 -->
56
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
@@ -119,7 +120,7 @@
119120
<el-dialog title="测试发送邮件" :visible.sync="sendOpen" width="500px" append-to-body>
120121
<el-form ref="sendForm" :model="sendForm" :rules="sendRules" label-width="140px">
121122
<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 />
123124
</el-form-item>
124125
<el-form-item label="收件邮箱" prop="mail">
125126
<el-input v-model="sendForm.mail" placeholder="请输入收件邮箱" />

0 commit comments

Comments
 (0)