diff --git a/src/api/homePage.ts b/src/api/homePage.ts index e6e75ee..ff00ed6 100644 --- a/src/api/homePage.ts +++ b/src/api/homePage.ts @@ -107,3 +107,23 @@ export function workPerformProgress(params) { params: params }); } +/** + * 履职情况列表:按岗位 + */ +export function staPerformProgress(params) { + return request({ + url: `/screen/statistic/workPerformProgress`, + method: "GET", + params: params + }); +} + +/** + * 岗位树形 + */ +export function getListperformTree() { + return request({ + url: `/screen/statistic/getListperformTree`, + method: "GET", + }); +} \ No newline at end of file diff --git a/src/assets/images/home-page/left/lingjiangtai.png b/src/assets/images/home-page/left/lingjiangtai.png new file mode 100644 index 0000000..fb1eba2 Binary files /dev/null and b/src/assets/images/home-page/left/lingjiangtai.png differ diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss index f42ec43..7eb8954 100644 --- a/src/styles/element-plus.scss +++ b/src/styles/element-plus.scss @@ -363,4 +363,16 @@ table { .inline-block { width: 94%; } +} + +.el-select__wrapper { + background-color: transparent !important; +} + +.el-tree-node__content { + background-color: #2c5473 !important; +} + +.el-select__placeholder { + color: #fff !important; } \ No newline at end of file diff --git a/src/views/data-statistics/left-side/components/portrait.vue b/src/views/data-statistics/left-side/components/portrait.vue index 00a2343..63e634a 100644 --- a/src/views/data-statistics/left-side/components/portrait.vue +++ b/src/views/data-statistics/left-side/components/portrait.vue @@ -3,48 +3,29 @@