代码生成器优化,配置更方便

This commit is contained in:
dqjdda
2019-08-22 20:13:30 +08:00
parent d76d95e898
commit aa36c9e438
16 changed files with 142 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-dialog :visible.sync="dialog" :title="isAdd ? '新增菜单' : '编辑菜单'" append-to-body width="600px">
<el-dialog :visible.sync="dialog" :close-on-click-modal="false" :before-close="cancel" :title="isAdd ? '新增菜单' : '编辑菜单'" append-to-body width="600px">
<el-form ref="form" :model="form" :rules="rules" size="small" label-width="80px">
<el-form-item label="菜单图标">
<el-popover