diff --git a/README.md b/README.md index 1992f2b..4155b0c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ ## 功能 ## - [x] Element UI - [x] 登录/注销 +- [x] Dashboard - [x] 表格 +- [x] Tab选项卡 - [x] 表单 - [x] 图表 :bar_chart: - [x] 富文本编辑器 @@ -24,6 +26,8 @@ - [x] 图片拖拽/裁剪上传 - [x] 支持切换主题色 :sparkles: - [x] 列表拖拽排序 +- [x] 权限测试 +- [x] 404 / 403 ## 目录结构介绍 ## diff --git a/README_EN.md b/README_EN.md index 92646b3..fcb2009 100644 --- a/README_EN.md +++ b/README_EN.md @@ -10,7 +10,9 @@ The scheme as a set of multi-function background frame templates, suitable for m ## Function ## - [x] Element-UI - [x] Login/Logout +- [x] Dashboard - [x] Table +- [x] Tabs - [x] From - [x] Chart :bar_chart: - [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] Support manual switch themes :sparkles: - [x] List drag sort +- [x] Permission +- [x] 404 / 403 ## Directory structure ## diff --git a/index.html b/index.html index 1b2bd7a..57b7543 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - vue-manage-system | 基于Vue 的后台管理系统 + vue-manage-system | 基于Vue的后台管理系统 diff --git a/package.json b/package.json index 227552e..c32d48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-manage-system", - "version": "3.0.0", + "version": "3.1.0", "description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案", "author": "lin-xin <2981207131@qq.com>", "private": true,