'V3.1.0'
parent
00a7348e77
commit
ffd10f7d29
|
@ -16,7 +16,9 @@
|
||||||
## 功能 ##
|
## 功能 ##
|
||||||
- [x] Element UI
|
- [x] Element UI
|
||||||
- [x] 登录/注销
|
- [x] 登录/注销
|
||||||
|
- [x] Dashboard
|
||||||
- [x] 表格
|
- [x] 表格
|
||||||
|
- [x] Tab选项卡
|
||||||
- [x] 表单
|
- [x] 表单
|
||||||
- [x] 图表 :bar_chart:
|
- [x] 图表 :bar_chart:
|
||||||
- [x] 富文本编辑器
|
- [x] 富文本编辑器
|
||||||
|
@ -24,6 +26,8 @@
|
||||||
- [x] 图片拖拽/裁剪上传
|
- [x] 图片拖拽/裁剪上传
|
||||||
- [x] 支持切换主题色 :sparkles:
|
- [x] 支持切换主题色 :sparkles:
|
||||||
- [x] 列表拖拽排序
|
- [x] 列表拖拽排序
|
||||||
|
- [x] 权限测试
|
||||||
|
- [x] 404 / 403
|
||||||
|
|
||||||
|
|
||||||
## 目录结构介绍 ##
|
## 目录结构介绍 ##
|
||||||
|
|
|
@ -10,7 +10,9 @@ The scheme as a set of multi-function background frame templates, suitable for m
|
||||||
## Function ##
|
## Function ##
|
||||||
- [x] Element-UI
|
- [x] Element-UI
|
||||||
- [x] Login/Logout
|
- [x] Login/Logout
|
||||||
|
- [x] Dashboard
|
||||||
- [x] Table
|
- [x] Table
|
||||||
|
- [x] Tabs
|
||||||
- [x] From
|
- [x] From
|
||||||
- [x] Chart :bar_chart:
|
- [x] Chart :bar_chart:
|
||||||
- [x] Editor
|
- [x] Editor
|
||||||
|
@ -18,6 +20,8 @@ The scheme as a set of multi-function background frame templates, suitable for m
|
||||||
- [x] Upload pictures by clipping or dragging
|
- [x] Upload pictures by clipping or dragging
|
||||||
- [x] Support manual switch themes :sparkles:
|
- [x] Support manual switch themes :sparkles:
|
||||||
- [x] List drag sort
|
- [x] List drag sort
|
||||||
|
- [x] Permission
|
||||||
|
- [x] 404 / 403
|
||||||
|
|
||||||
|
|
||||||
## Directory structure ##
|
## Directory structure ##
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue-manage-system",
|
"name": "vue-manage-system",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
|
"description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
|
||||||
"author": "lin-xin <2981207131@qq.com>",
|
"author": "lin-xin <2981207131@qq.com>",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Loading…
Reference in New Issue