diff --git a/src/assets/imgs/tool_quanxian.png b/src/assets/imgs/tool_quanxian.png
new file mode 100644
index 0000000000000000000000000000000000000000..0f3e157ce8c1cf6e58d598f190b4441c5ca96b23
Binary files /dev/null and b/src/assets/imgs/tool_quanxian.png differ
diff --git a/src/components/app-card.vue b/src/components/app-list/app-card.vue
similarity index 95%
rename from src/components/app-card.vue
rename to src/components/app-list/app-card.vue
index 9a1ba37e8aa8acafe72a294a38f399778f108c37..f9134d93780381d2e6ca9be8c909873093aa0568 100644
--- a/src/components/app-card.vue
+++ b/src/components/app-list/app-card.vue
@@ -61,8 +61,7 @@ export default {
+
+
diff --git a/src/components/organization-list/organization-list.vue b/src/components/organization-list/organization-list.vue
new file mode 100644
index 0000000000000000000000000000000000000000..9410d93d5e6132a001570799b2ce019609b31308
--- /dev/null
+++ b/src/components/organization-list/organization-list.vue
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/table-um.vue b/src/components/table-um.vue
index dbbfdf210d6f060acce3a2e886c1e375511e85ea..4f03ab9880190ac62bbbf277a891e28bb5c806c7 100644
--- a/src/components/table-um.vue
+++ b/src/components/table-um.vue
@@ -5,7 +5,6 @@
@@ -837,10 +836,6 @@ em {
border: 0;
padding: 0;
}
-.ces_toolbar_inp .el-input__inner {
- height: 32px;
- line-height: 32px;
-}
+
+
diff --git a/src/pages/workbench/fwgl/fwglList.vue b/src/pages/workbench/fwgl/fwglList.vue
index 392dfb14c83a7085ed0b81fb4b91cd1410fd1131..73bac478aabbc799dfa51e101974e727e3cf4e02 100644
--- a/src/pages/workbench/fwgl/fwglList.vue
+++ b/src/pages/workbench/fwgl/fwglList.vue
@@ -29,6 +29,7 @@
@action-approval="approvalItem"
@action-detail="detailItem"
@action-allot="allotItem"
+ style="margin-top: 50px;"
>
diff --git a/src/pages/workbench/yygl/yyglList.vue b/src/pages/workbench/yygl/yyglList.vue
index c8bd7f506f6d457d6b7ab6411a278a58a52f214f..20fd322d5277546a96a0376a5a98ff4b2c082912 100644
--- a/src/pages/workbench/yygl/yyglList.vue
+++ b/src/pages/workbench/yygl/yyglList.vue
@@ -11,7 +11,6 @@
{{ showFliterList ? "收起" : "筛选" }}
@@ -76,7 +75,7 @@
@action-edit="editItem"
@off-line="offLine"
@goods-shelf="goodsShelf"
- style="margin-top: 44px;"
+ style="margin-top: 50px;"
>
import tableFilter from "@/components/table-filter";
-import appList from "@/components/app-list";
+import appList from "@/components/app-list/app-list";
import cesTable from "@/components/table-um";
import dialogAction from "@/components/dialog-action";
import commentsPagination from "@/components/comments-pagination";
@@ -534,13 +533,15 @@ export default {
.list_container {
height: 100%;
padding: 0 20px;
+ overflow: auto;
}
.main_container {
- height: calc(100% - 75px);
+ min-height: calc(100% - 84px);
padding: 15px 20px;
border-radius: 10px;
overflow: hidden;
background-color: #fff;
+ margin-bottom: 42px;
}
.main_container.card {
display: flex;
diff --git a/src/router/index.js b/src/router/index.js
index c8b0d16b3a1ca16525a52ec6b7f530caaecf212a..88ee2d32888a24ec6bc1f0453778757b5088e754 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -216,7 +216,7 @@ export default new Router({
component: () => import("@/pages/user/order_list"),
},
],
- },
+ }, // 个人中心
{
path: "/authority", // 权限管理
name: "authority",
@@ -264,7 +264,7 @@ export default new Router({
component: () => import("@/pages/authority/roles"),
},
],
- },
+ }, // 权限管理
],
},
{