提交 修改弹窗点击关闭
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 新建邮件弹出框 -->
|
||||
<el-dialog title="Add mail template" :visible.sync="addVisible" width="800px">
|
||||
<el-dialog title="Add mail template" :visible.sync="addVisible" width="800px" :close-on-click-modal="false">
|
||||
<el-form ref="add_Tab" :model="addForm" :rules="rules" label-width="100px">
|
||||
<el-form-item label="Title :" prop="title">
|
||||
<el-input v-model="addForm.title"></el-input>
|
||||
@@ -55,7 +55,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 编辑邮件弹出框 -->
|
||||
<el-dialog title="Edit mail template" :visible.sync="editVisible" width="800px">
|
||||
<el-dialog title="Edit mail template" :visible.sync="editVisible" width="800px" :close-on-click-modal="false">
|
||||
<el-form ref="edit_Tab" :model="editForm" :rules="rules" label-width="100px">
|
||||
<el-form-item label="Title :" prop="title">
|
||||
<el-input v-model="editForm.title"></el-input>
|
||||
@@ -72,7 +72,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 预览邮件弹出框 -->
|
||||
<el-dialog title="Preview mail template" :visible.sync="viewVisible" width="800px">
|
||||
<el-dialog title="Preview mail template" :visible.sync="viewVisible" width="800px" :close-on-click-modal="false">
|
||||
{{viewForm}}
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button @click="viewVisible = false">Cancel</el-button>
|
||||
|
||||
Reference in New Issue
Block a user