| | |
| | | :key="index" |
| | | align="center" |
| | | ></el-table-column> |
| | | <el-table-column label="操作" width="180" align="center" class-name="small-padding fixed-width"> |
| | | <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)">修改</el-button> |
| | | <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)">删除</el-button> |
| | |
| | | import permission from "@/api/system/permission"; |
| | | import { DictType } from "@/api/system/dict"; |
| | | import menu from "@/api/system/menu"; |
| | | import setPostParams from "../../../utils/searchParams.js"; |
| | | import setPostParams from "@/utils/searchParams.js"; |
| | | const { proxy } = getCurrentInstance(); |
| | | |
| | | /** |