提交 修改弹窗点击关闭
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</el-table>
|
||||
</div>
|
||||
<!-- 添加弹出框 -->
|
||||
<el-dialog title="Add template" :visible.sync="addVisible" width="600px">
|
||||
<el-dialog title="Add template" :visible.sync="addVisible" width="600px" :close-on-click-modal="false">
|
||||
<el-form ref="add_Form" :model="addForm" :rules="rules" label-width="135px">
|
||||
<el-form-item label="Template name :" prop="etitle">
|
||||
<el-input v-model="addForm.etitle"></el-input>
|
||||
|
||||
Reference in New Issue
Block a user