| | |
| | | </avue-crud> |
| | | <!-- 从其他菜单克隆按钮 --> |
| | | <el-dialog :visible.sync="cloneOtherMenuButtons.cloneButtonSettingBox" |
| | | class="avue-dialog avue-dialog--top" |
| | | top="0" |
| | | append-to-body |
| | | class="avue-dialog avue-dialog--top" |
| | | style="height: 110vh; margin-top: -10vh;" |
| | | title="从其他菜单克隆按钮" |
| | | top="0" |
| | | width="1100px" |
| | | @close="cleanCloneSelections"> |
| | | <avue-crud ref="cloneCrud" |
| | |
| | | label: "菜单名称", |
| | | prop: "name", |
| | | search: true, |
| | | width:220, |
| | | width: 220, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | viewBtn: this.vaildData(this.permission.menu.menu_view, false), |
| | | delBtn: this.vaildData(this.permission.menu.menu_delete, false), |
| | | editBtn: this.vaildData(this.permission.menu.menu_edit, false), |
| | | cloneBtn: this.vaildData(this.permission.menu.menu_clone,false), |
| | | addChildBtn: this.vaildData(this.permission.menu.menu_add_child,false), |
| | | cloneBtn: this.vaildData(this.permission.menu.menu_clone, false), |
| | | addChildBtn: this.vaildData(this.permission.menu.menu_add_child, false), |
| | | }; |
| | | |
| | | }, |