diff --git a/src/api/okr/okr.js b/src/api/okr/okr.js index 09edcd4..46b2619 100644 --- a/src/api/okr/okr.js +++ b/src/api/okr/okr.js @@ -143,3 +143,12 @@ export const getChannelOptions = () => { // headers: { 'instance-id': 1016 } }) } + +// 获取统计表中的合计信息 +export const getOkrStatisticsTotal = (params) => { + return request.get({ + url: '/admin-api/okr/node/data/count', + params + // headers: { 'instance-id': 1016 } + }) +} diff --git a/src/components/bpmnProcessDesigner/package/theme/index.scss b/src/components/bpmnProcessDesigner/package/theme/index.scss index 2e60fad..1b5720a 100644 --- a/src/components/bpmnProcessDesigner/package/theme/index.scss +++ b/src/components/bpmnProcessDesigner/package/theme/index.scss @@ -1,2 +1,2 @@ @import './process-designer.scss'; -@import './process-panel.scss'; +@import './process-panel.scss'; \ No newline at end of file diff --git a/src/styles/index.scss b/src/styles/index.scss index 4973408..cd2e719 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -107,4 +107,13 @@ /* 去除 Firefox 中的指示器 */ .el-input__inner[type='number'] { -moz-appearance: textfield; +} +.el-drawer__header { + padding: 16px 16px 8px 16px !important; + margin: 0 !important; + line-height: 24px !important; + font-size: 18px !important; + color: #303133 !important; + box-sizing: border-box !important; + // border-bottom: 1px solid #e8e8e8 !important; } \ No newline at end of file diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 84dbd03..9a5a2f2 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -111,8 +111,8 @@
跟进榜Top10 - 本日 - 本月 + 本日 + 本月
@@ -272,10 +272,7 @@ function getSignList() { } function getWaitTargetCount() { - getWaitCount({ - title: searchForm.value.title, - priority: searchForm.value.priority - }).then((res) => { + getWaitCount({}).then((res) => { waitCount.value = res }) } diff --git a/src/views/OKR/Analysis/index.vue b/src/views/OKR/Analysis/index.vue index 3b8d285..3bed8cf 100644 --- a/src/views/OKR/Analysis/index.vue +++ b/src/views/OKR/Analysis/index.vue @@ -1,6 +1,6 @@ - + diff --git a/src/views/OKR/Management/Components/DialogOkr.vue b/src/views/OKR/Management/Components/DialogOkr.vue index cabb65c..0020ff9 100644 --- a/src/views/OKR/Management/Components/DialogOkr.vue +++ b/src/views/OKR/Management/Components/DialogOkr.vue @@ -143,7 +143,7 @@ - +
@@ -178,7 +178,7 @@
- 新增评论 + 新增笔谈