2.5.3beta版本提升 (#1116)

* element-ui升级至2.2.2 部分标签存在重大变化,请重新安装依赖

* popover变更

* 增加真实的天气信息获取

* 天气功能抽离方便二开清理

* 侧边栏css优化

* 版本提升为2.5.3beta

Co-authored-by: task <121913992@qq.com>
This commit is contained in:
奇淼(piexlmax
2022-06-03 21:42:45 +08:00
committed by GitHub
parent 99156155b3
commit a8d746e831
26 changed files with 135 additions and 87 deletions

View File

@@ -37,19 +37,19 @@
<template #default="scope">
<el-button
size="small"
type="text"
type="primary" link
icon="plus"
@click="addMenu(scope.row.ID)"
>添加子菜单</el-button>
<el-button
size="small"
type="text"
type="primary" link
icon="edit"
@click="editMenu(scope.row.ID)"
>编辑</el-button>
<el-button
size="small"
type="text"
type="primary" link
icon="delete"
@click="deleteMenu(scope.row.ID)"
>删除</el-button>
@@ -284,7 +284,6 @@ const deleteParameter = (parameters, index) => {
// 新增可控按钮
const addBtn = (form) => {
console.log(form)
if (!form.menuBtn) {
form.menuBtn = []
}