| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="app-container page"> |
| | | <div class="form-card"> |
| | | <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch"> |
| | | <el-form-item label="菜单名称" prop="menuName"> |
| | | <el-input |
| | |
| | | </el-form-item> |
| | | <el-form-item label="状态" prop="status"> |
| | | <el-select v-model="queryParams.status" placeholder="菜单状态" clearable style="width: 200px"> |
| | | <el-option |
| | | v-for="dict in sys_normal_disable" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | /> |
| | | <el-option v-for="dict in sys_normal_disable" :key="dict.value" :label="dict.label" :value="dict.value" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button> |
| | | <el-button icon="Refresh" @click="resetQuery">重置</el-button> |
| | | </el-form-item> |
| | | <el-form-item style="float: right"> |
| | | <el-button type="primary" plain icon="Plus" @click="handleAdd" v-hasPermi="['system:menu:add']" |
| | | >新增</el-button |
| | | > |
| | | <el-button type="info" plain icon="Sort" @click="toggleExpandAll">展开/折叠</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | |
| | | <el-row :gutter="10" class="mb8"> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | icon="Plus" |
| | | @click="handleAdd" |
| | | v-hasPermi="['system:menu:add']" |
| | | >新增</el-button> |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="info" |
| | | plain |
| | | icon="Sort" |
| | | @click="toggleExpandAll" |
| | | >展开/折叠</el-button> |
| | | </el-col> |
| | | <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> |
| | | </el-row> |
| | | |
| | | <div class="table-bg-style"> |
| | | <div class="table-box"> |
| | | <el-table |
| | | v-if="refreshTable" |
| | | v-loading="loading" |
| | |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" width="210" class-name="small-padding fixed-width"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:menu:edit']">修改</el-button> |
| | | <el-button link type="primary" icon="Plus" @click="handleAdd(scope.row)" v-hasPermi="['system:menu:add']">新增</el-button> |
| | | <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:menu:remove']">删除</el-button> |
| | | <el-button |
| | | link |
| | | type="primary" |
| | | icon="Edit" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:menu:edit']" |
| | | >修改</el-button |
| | | > |
| | | <el-button link type="primary" icon="Plus" @click="handleAdd(scope.row)" v-hasPermi="['system:menu:add']" |
| | | >新增</el-button |
| | | > |
| | | <el-button |
| | | link |
| | | type="primary" |
| | | icon="Delete" |
| | | @click="handleDelete(scope.row)" |
| | | v-hasPermi="['system:menu:remove']" |
| | | >删除</el-button |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- 添加或修改菜单对话框 --> |
| | | <el-dialog :title="title" v-model="open" width="680px" append-to-body> |
| | |
| | | </el-col> |
| | | <el-col :span="24" v-if="form.menuType != 'F'"> |
| | | <el-form-item label="菜单图标" prop="icon"> |
| | | <el-popover |
| | | placement="bottom-start" |
| | | :width="540" |
| | | trigger="click" |
| | | > |
| | | <el-popover placement="bottom-start" :width="540" trigger="click"> |
| | | <template #reference> |
| | | <el-input v-model="form.icon" placeholder="点击选择图标" @blur="showSelectIcon" readonly> |
| | | <template #prefix> |
| | |
| | | v-if="form.icon" |
| | | :icon-class="form.icon" |
| | | class="el-input__icon" |
| | | style="height: 32px;width: 16px;" |
| | | style="height: 32px; width: 16px" |
| | | /> |
| | | <el-icon v-else style="height: 32px;width: 16px;"><search /></el-icon> |
| | | <el-icon v-else style="height: 32px; width: 16px"><search /></el-icon> |
| | | </template> |
| | | </el-input> |
| | | </template> |
| | |
| | | <template #label> |
| | | <span> |
| | | <el-tooltip content="选择是外链则路由地址需要以`http(s)://`开头" placement="top"> |
| | | <el-icon><question-filled /></el-icon> |
| | | </el-tooltip>是否外链 |
| | | <el-icon><question-filled /></el-icon> </el-tooltip |
| | | >是否外链 |
| | | </span> |
| | | </template> |
| | | <el-radio-group v-model="form.isFrame"> |
| | |
| | | <el-form-item prop="path"> |
| | | <template #label> |
| | | <span> |
| | | <el-tooltip content="访问的路由地址,如:`user`,如外网地址需内链访问则以`http(s)://`开头" placement="top"> |
| | | <el-tooltip |
| | | content="访问的路由地址,如:`user`,如外网地址需内链访问则以`http(s)://`开头" |
| | | placement="top" |
| | | > |
| | | <el-icon><question-filled /></el-icon> |
| | | </el-tooltip> |
| | | 路由地址 |
| | |
| | | <el-input v-model="form.perms" placeholder="请输入权限标识" maxlength="100" /> |
| | | <template #label> |
| | | <span> |
| | | <el-tooltip content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasPermi('system:user:list')`)" placement="top"> |
| | | <el-tooltip |
| | | content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasPermi('system:user:list')`)" |
| | | placement="top" |
| | | > |
| | | <el-icon><question-filled /></el-icon> |
| | | </el-tooltip> |
| | | 权限字符 |
| | |
| | | <el-form-item> |
| | | <template #label> |
| | | <span> |
| | | <el-tooltip content="选择是则会被`keep-alive`缓存,需要匹配组件的`name`和地址保持一致" placement="top"> |
| | | <el-tooltip |
| | | content="选择是则会被`keep-alive`缓存,需要匹配组件的`name`和地址保持一致" |
| | | placement="top" |
| | | > |
| | | <el-icon><question-filled /></el-icon> |
| | | </el-tooltip> |
| | | 是否缓存 |
| | |
| | | </span> |
| | | </template> |
| | | <el-radio-group v-model="form.visible"> |
| | | <el-radio |
| | | v-for="dict in sys_show_hide" |
| | | :key="dict.value" |
| | | :label="dict.value" |
| | | >{{ dict.label }}</el-radio> |
| | | <el-radio v-for="dict in sys_show_hide" :key="dict.value" :label="dict.value">{{ |
| | | dict.label |
| | | }}</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | </span> |
| | | </template> |
| | | <el-radio-group v-model="form.status"> |
| | | <el-radio |
| | | v-for="dict in sys_normal_disable" |
| | | :key="dict.value" |
| | | :label="dict.value" |
| | | >{{ dict.label }}</el-radio> |
| | | <el-radio v-for="dict in sys_normal_disable" :key="dict.value" :label="dict.value">{{ |
| | | dict.label |
| | | }}</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | </template> |
| | | |
| | | <script setup name="Menu"> |
| | | import { addMenu, delMenu, getMenu, listMenu, updateMenu } from "@/api/system/menu"; |
| | | import SvgIcon from "@/components/SvgIcon"; |
| | | import IconSelect from "@/components/IconSelect"; |
| | | import { addMenu, delMenu, getMenu, listMenu, updateMenu } from "@/api/system/menu" |
| | | import SvgIcon from "@/components/SvgIcon" |
| | | import IconSelect from "@/components/IconSelect" |
| | | |
| | | const { proxy } = getCurrentInstance(); |
| | | const { sys_show_hide, sys_normal_disable } = proxy.useDict("sys_show_hide", "sys_normal_disable"); |
| | | const { proxy } = getCurrentInstance() |
| | | const { sys_show_hide, sys_normal_disable } = proxy.useDict("sys_show_hide", "sys_normal_disable") |
| | | |
| | | const menuList = ref([]); |
| | | const open = ref(false); |
| | | const loading = ref(true); |
| | | const showSearch = ref(true); |
| | | const title = ref(""); |
| | | const menuOptions = ref([]); |
| | | const isExpandAll = ref(false); |
| | | const refreshTable = ref(true); |
| | | const iconSelectRef = ref(null); |
| | | const menuList = ref([]) |
| | | const open = ref(false) |
| | | const loading = ref(true) |
| | | const showSearch = ref(true) |
| | | const title = ref("") |
| | | const menuOptions = ref([]) |
| | | const isExpandAll = ref(false) |
| | | const refreshTable = ref(true) |
| | | const iconSelectRef = ref(null) |
| | | |
| | | const data = reactive({ |
| | | form: {}, |
| | | queryParams: { |
| | | menuName: undefined, |
| | | visible: undefined |
| | | visible: undefined, |
| | | }, |
| | | rules: { |
| | | menuName: [{ required: true, message: "菜单名称不能为空", trigger: "blur" }], |
| | | orderNum: [{ required: true, message: "菜单顺序不能为空", trigger: "blur" }], |
| | | path: [{ required: true, message: "路由地址不能为空", trigger: "blur" }] |
| | | path: [{ required: true, message: "路由地址不能为空", trigger: "blur" }], |
| | | }, |
| | | }); |
| | | }) |
| | | |
| | | const { queryParams, form, rules } = toRefs(data); |
| | | const { queryParams, form, rules } = toRefs(data) |
| | | |
| | | /** 查询菜单列表 */ |
| | | function getList() { |
| | | loading.value = true; |
| | | listMenu(queryParams.value).then(response => { |
| | | menuList.value = proxy.handleTree(response.data, "menuId"); |
| | | loading.value = false; |
| | | }); |
| | | loading.value = true |
| | | listMenu(queryParams.value).then((response) => { |
| | | menuList.value = proxy.handleTree(response.data, "menuId") |
| | | loading.value = false |
| | | }) |
| | | } |
| | | /** 查询菜单下拉树结构 */ |
| | | function getTreeselect() { |
| | | menuOptions.value = []; |
| | | listMenu().then(response => { |
| | | const menu = { menuId: 0, menuName: "主类目", children: [] }; |
| | | menu.children = proxy.handleTree(response.data, "menuId"); |
| | | menuOptions.value.push(menu); |
| | | }); |
| | | menuOptions.value = [] |
| | | listMenu().then((response) => { |
| | | const menu = { menuId: 0, menuName: "主类目", children: [] } |
| | | menu.children = proxy.handleTree(response.data, "menuId") |
| | | menuOptions.value.push(menu) |
| | | }) |
| | | } |
| | | /** 取消按钮 */ |
| | | function cancel() { |
| | | open.value = false; |
| | | reset(); |
| | | open.value = false |
| | | reset() |
| | | } |
| | | /** 表单重置 */ |
| | | function reset() { |
| | |
| | | isFrame: "1", |
| | | isCache: "0", |
| | | visible: "0", |
| | | status: "0" |
| | | }; |
| | | proxy.resetForm("menuRef"); |
| | | status: "0", |
| | | } |
| | | proxy.resetForm("menuRef") |
| | | } |
| | | /** 展示下拉图标 */ |
| | | function showSelectIcon() { |
| | | iconSelectRef.value.reset(); |
| | | iconSelectRef.value.reset() |
| | | } |
| | | /** 选择图标 */ |
| | | function selected(name) { |
| | | form.value.icon = name; |
| | | form.value.icon = name |
| | | } |
| | | /** 搜索按钮操作 */ |
| | | function handleQuery() { |
| | | getList(); |
| | | getList() |
| | | } |
| | | /** 重置按钮操作 */ |
| | | function resetQuery() { |
| | | proxy.resetForm("queryRef"); |
| | | handleQuery(); |
| | | proxy.resetForm("queryRef") |
| | | handleQuery() |
| | | } |
| | | /** 新增按钮操作 */ |
| | | function handleAdd(row) { |
| | | reset(); |
| | | getTreeselect(); |
| | | reset() |
| | | getTreeselect() |
| | | if (row != null && row.menuId) { |
| | | form.value.parentId = row.menuId; |
| | | form.value.parentId = row.menuId |
| | | } else { |
| | | form.value.parentId = 0; |
| | | form.value.parentId = 0 |
| | | } |
| | | open.value = true; |
| | | title.value = "添加菜单"; |
| | | open.value = true |
| | | title.value = "添加菜单" |
| | | } |
| | | /** 展开/折叠操作 */ |
| | | function toggleExpandAll() { |
| | | refreshTable.value = false; |
| | | isExpandAll.value = !isExpandAll.value; |
| | | refreshTable.value = false |
| | | isExpandAll.value = !isExpandAll.value |
| | | nextTick(() => { |
| | | refreshTable.value = true; |
| | | }); |
| | | refreshTable.value = true |
| | | }) |
| | | } |
| | | /** 修改按钮操作 */ |
| | | async function handleUpdate(row) { |
| | | reset(); |
| | | await getTreeselect(); |
| | | getMenu(row.menuId).then(response => { |
| | | form.value = response.data; |
| | | open.value = true; |
| | | title.value = "修改菜单"; |
| | | }); |
| | | reset() |
| | | await getTreeselect() |
| | | getMenu(row.menuId).then((response) => { |
| | | form.value = response.data |
| | | open.value = true |
| | | title.value = "修改菜单" |
| | | }) |
| | | } |
| | | /** 提交按钮 */ |
| | | function submitForm() { |
| | | proxy.$refs["menuRef"].validate(valid => { |
| | | proxy.$refs["menuRef"].validate((valid) => { |
| | | if (valid) { |
| | | if (form.value.menuId != undefined) { |
| | | updateMenu(form.value).then(response => { |
| | | proxy.$modal.msgSuccess("修改成功"); |
| | | open.value = false; |
| | | getList(); |
| | | }); |
| | | updateMenu(form.value).then((response) => { |
| | | proxy.$modal.msgSuccess("修改成功") |
| | | open.value = false |
| | | getList() |
| | | }) |
| | | } else { |
| | | addMenu(form.value).then(response => { |
| | | proxy.$modal.msgSuccess("新增成功"); |
| | | open.value = false; |
| | | getList(); |
| | | }); |
| | | addMenu(form.value).then((response) => { |
| | | proxy.$modal.msgSuccess("新增成功") |
| | | open.value = false |
| | | getList() |
| | | }) |
| | | } |
| | | } |
| | | }); |
| | | }) |
| | | } |
| | | /** 删除按钮操作 */ |
| | | function handleDelete(row) { |
| | | proxy.$modal.confirm('是否确认删除名称为"' + row.menuName + '"的数据项?').then(function() { |
| | | return delMenu(row.menuId); |
| | | }).then(() => { |
| | | getList(); |
| | | proxy.$modal.msgSuccess("删除成功"); |
| | | }).catch(() => {}); |
| | | proxy.$modal |
| | | .confirm('是否确认删除名称为"' + row.menuName + '"的数据项?') |
| | | .then(function () { |
| | | return delMenu(row.menuId) |
| | | }) |
| | | .then(() => { |
| | | getList() |
| | | proxy.$modal.msgSuccess("删除成功") |
| | | }) |
| | | .catch(() => {}) |
| | | } |
| | | |
| | | getList(); |
| | | getList() |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "@/assets/styles/page.scss"; |
| | | </style> |