diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue
index 8bf0d2e3c..2c79ebd1f 100644
--- a/src/components/navMenu/index.vue
+++ b/src/components/navMenu/index.vue
@@ -8,8 +8,10 @@
-
-
{{ this.isCollapse ? '' : '' }}
+
+
{{ this.isCollapse ? '' : '' }}
+
+
{{ this.isCollapse ? '' : '' }}
-
- {{ item.title }}
-
+ :key="index"
+ :index="item.path"
+ v-if="item.isChildren && (!item.menuId || $hasPermission(item.menuId))"
+ >
+
+ {{ item.title }}
+
@@ -463,7 +465,7 @@
},
computed: {
logo () {
- return this.isCollapse ? require('assets/images/shangqi/img/logo4.png') : require('assets/images/shangqi/img/logo5.png')
+ return this.isCollapse ? require('assets/images/shangqi/img/logo4.png') : require('assets/images/shangqi/img/logo2.png')
},
...mapGetters(['getDynamicTotal', 'isCollapse'])
},
@@ -509,7 +511,7 @@
text-align: left;
img {
width: 115px;
- height: 40px;
+ height: 45px;
}
}
}
@@ -557,6 +559,7 @@
color: #5ea9f6 !important;
font-weight: bold;
}
+
.el-menu-item {
padding: 0 16px !important;
span {
diff --git a/src/pages/config/pages/mechanismManage/index.vue b/src/pages/config/pages/mechanismManage/index.vue
index 535421bfe..244d8450e 100644
--- a/src/pages/config/pages/mechanismManage/index.vue
+++ b/src/pages/config/pages/mechanismManage/index.vue
@@ -66,9 +66,9 @@
:header-cell-style="{background: '#E8E8E8', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}">
+ prop="account"
+ label="账号"
+ width="100px">
-
- {{scope.row.institutionName}}
-
-
- {{scope.row.institutionName}}
-
-
{{scope.row.institutionName.substring(0,15)}}...
-
-
+
+ {{ scope.row.institutionName }}
+
+
+ {{ scope.row.institutionName }}
+
+
{{ scope.row.institutionName.substring(0, 15) }}...
+
+
- {{scope.row.NameList}}
+ {{ scope.row.NameList }}
- {{scope.row.NameList}}
+ {{ scope.row.NameList }}
-
{{scope.row.NameList.substring(0,15)}}...
+
{{ scope.row.NameList.substring(0, 15) }}...
@@ -140,9 +140,15 @@
- 启用
- 禁用
- 配置岗位
+
+ 启用
+
+
+ 禁用
+
+
+ 配置岗位
+
@@ -155,35 +161,57 @@
导入中...
+
+
+
+
+
+ 查询
+
+
+
+ 清空
+
+
+
+ ref="tree2"
+ node-key="id"
+ class="filter-tree"
+ style="height: 100%; overflow: auto;"
+ v-if="modalPost"
+ :props="props"
+ :data="postList"
+ :filter-node-method="filterNode"
+ :default-checked-keys="nodeList"
+ highlight-current
+ check-strictly
+ default-expand-all
+ :expand-on-click-node="false"
+ show-checkbox>
+
@@ -193,12 +221,12 @@