diff --git a/src/components/AutoDataTable/index.vue b/src/components/AutoDataTable/index.vue
index 323dbd25b..63525cee9 100644
--- a/src/components/AutoDataTable/index.vue
+++ b/src/components/AutoDataTable/index.vue
@@ -34,8 +34,8 @@ export default {
optionUrlMeta(url).then(data => {
this.meta = data.actions[this.method.toUpperCase()] || {}
this.generateColumns()
- }).catch((err) => {
- this.$log.error('Error occur: ', err)
+ }).catch(() => {
+ this.$log.error('Error occur: ')
// this.totalConfig = this.config
}).finally(() => {
this.loading = false
diff --git a/src/components/TopList/index.vue b/src/components/TopList/index.vue
index 62c22394a..435f05fa3 100644
--- a/src/components/TopList/index.vue
+++ b/src/components/TopList/index.vue
@@ -61,7 +61,7 @@ export default {
.list-group {
padding-left: 0;
- margin-bottom: 20px;
+ margin-bottom: 0;
}
.list-group.clear-list .list-group-item {
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 4014218e8..aef3bb83d 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -15,9 +15,9 @@
-
+
-
+
diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json
index b3f4a33f4..c6f180da8 100644
--- a/src/i18n/langs/cn.json
+++ b/src/i18n/langs/cn.json
@@ -686,7 +686,7 @@
"Users": "用户",
"Remove": "移除",
"UserGroups": "用户组",
- "removeWarningMsg": "你确定移除 ",
+ "removeWarningMsg": "你确定从组织移除 ",
"removeSuccessMsg": "移除成功",
"removeErrorMsg": "移除失败",
"quickUpdate": {
diff --git a/src/layout/components/NavHeader/AccountDropdown.vue b/src/layout/components/NavHeader/AccountDropdown.vue
index 68d749426..346b69e27 100644
--- a/src/layout/components/NavHeader/AccountDropdown.vue
+++ b/src/layout/components/NavHeader/AccountDropdown.vue
@@ -1,6 +1,6 @@