diff --git a/package.json b/package.json index 74a500e..2041b31 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "et:list": "gulp themes" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.18.1", "babel-plugin-component": "^1.1.1", "element-theme": "^2.0.1", "element-theme-chalk": "^2.4.7", @@ -26,14 +26,15 @@ "js-cookie": "^2.2.0", "jsonp": "^0.2.1", "lodash": "^4.17.11", - "node-sass": "^4.9.3", + "node-sass": "^4.13.1", "qs": "^6.5.2", - "quill": "^1.3.6", + "quill": "^1.3.7", "sass-loader": "^7.1.0", "screenfull": "^3.3.3", - "svg-sprite-loader": "^4.1.1", + "svg-sprite-loader": "^4.2.1", "vue": "^2.5.17", "vue-i18n": "^8.1.0", + "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.1", "vuex": "^3.0.1" }, diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index afd556e..13f022e 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -368,6 +368,7 @@ t.role.deptList = '数据授权' t.role.appMenuList = '工作端菜单授权' t.role.categoryList = '项目处理类型授权' t.role.whistleDeptList = '吹哨部门授权' +t.role.analysisMenuList = '数据端菜单授权' t.user = {} t.user.username = '用户名'