diff --git a/back/public/config/basicConfig.js b/back/public/config/basicConfig.js index a160bfb7..e1f55e9a 100644 --- a/back/public/config/basicConfig.js +++ b/back/public/config/basicConfig.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-08-25 14:37:49 - * @LastEditors: Light - * @LastEditTime: 2022-11-24 09:10:10 + * @LastEditors: hisense.wuhongjian + * @LastEditTime: 2023-01-05 09:23:47 * @Description: 告诉大家这是什么 */ var _global = {} diff --git a/back/src/views/modules/ability/IntegratedServices-add.vue b/back/src/views/modules/ability/IntegratedServices-add.vue index 0fd29d59..612dcf7e 100644 --- a/back/src/views/modules/ability/IntegratedServices-add.vue +++ b/back/src/views/modules/ability/IntegratedServices-add.vue @@ -1,30 +1,38 @@ - + + diff --git a/back/src/views/modules/ability/IntegratedServices.vue b/back/src/views/modules/ability/IntegratedServices.vue index 4d062da9..4e4078bf 100644 --- a/back/src/views/modules/ability/IntegratedServices.vue +++ b/back/src/views/modules/ability/IntegratedServices.vue @@ -38,10 +38,9 @@ layout="total, sizes, prev, pager, next, jumper" @size-change="pageSizeChangeHandle" @current-change="pageCurrentChangeHandle"> - + :cityVisible="addOrUpdateVisible" :addOrUpdateVisible="addOrUpdateVisible" :modalType="modalType"> @@ -49,50 +48,51 @@ diff --git a/back/src/views/modules/workBench/components/dept-todo-view.vue b/back/src/views/modules/workBench/components/dept-todo-view.vue index e49554d9..450307a3 100644 --- a/back/src/views/modules/workBench/components/dept-todo-view.vue +++ b/back/src/views/modules/workBench/components/dept-todo-view.vue @@ -211,6 +211,7 @@ export default { .num { font-size: 30px; + font-weight: 600; } .unit { diff --git a/back/src/views/modules/workBench/components/trend-view.vue b/back/src/views/modules/workBench/components/trend-view.vue index 202ad275..573f04cc 100644 --- a/back/src/views/modules/workBench/components/trend-view.vue +++ b/back/src/views/modules/workBench/components/trend-view.vue @@ -68,7 +68,6 @@ export default { const valueItem = y + '-' + m + '-' + d // 组合 days.unshift(valueItem) // 添加至数组 } - return days }, @@ -88,7 +87,6 @@ export default { endDate: this.endDate }, (res) => { - if (res.data.data && res.data.data.length > 0) { this.data = res.data.data[0].values this.data.map((item) => { @@ -106,23 +104,23 @@ export default { } else { this.trendChartData = { xaxis: this.ydata, - ydata:this.xaxis + ydata: this.xaxis } } - + this.$nextTick(() => { trendLineChart('trendId', this.trendChartData) }) }, (err) => { - + } ) }, handleTitleSwitch (idx) { this.selectedTitle = idx this.startDate = this.getData(this.selectedTitle == 0 ? 7 : 30) - + this.initChart() }, getData (aa) { diff --git a/back/src/views/modules/workBench/workBench.vue b/back/src/views/modules/workBench/workBench.vue index d0555de2..d3e6b140 100644 --- a/back/src/views/modules/workBench/workBench.vue +++ b/back/src/views/modules/workBench/workBench.vue @@ -73,13 +73,13 @@ export default { }, // 部门申请 resourceData: [], - resourceColor: ['#7b2cff', '#fd5151' , '#2ca1ff', '#0adbfa', '#febe13', '#65e5dd', '#f071ff', '#85f67a'], + resourceColor: ['#fe845e', '#0058e1', '#48c6c7', '#48c760', '#9c78ed', '#ff9999', '#d5c438', '#ff3e55'], // 部门申请 applyData: [], - applyColor: ['#5085f2', '#e75fc3', '#f87be2', '#f2719a', '#fca4bb', '#f59a8f', '#fdb301', '#57e7ec', '#cf9ef1'], + applyColor: ['#fe845e', '#0058e1', '#48c6c7', '#48c760', '#9c78ed', '#ff9999', '#d5c438', '#ff3e55'], // 部门需求 requireData: [], - requireColor: ['#FD866A', '#9E87FF', '#58D5FF', '#73DDFF', '#73ACFF', '#FDD56A', '#FDB36A'], + requireColor: ['#fe845e', '#0058e1', '#48c6c7', '#48c760', '#9c78ed', '#ff9999', '#d5c438', '#ff3e55'], loadingToDo: false, loadingHasToDo: false, loadingResource: false, @@ -252,12 +252,20 @@ export default { width: 836px; background: #fff; margin-right: 16px; + box-shadow: 2px 2px 5px #ccc; } .dept-chart-box { width: 780px; height: 100%; background: #fff; + box-shadow: 2px 2px 5px #ccc; + &>div{ + border-left: 1px solid rgba($color: #d0d4de, $alpha: 0.5); + } + &>div:nth-of-type(1){ + border: none; + } } } diff --git a/front/public/static/config/basicConfig.js b/front/public/static/config/basicConfig.js index c54af0c6..5de0fff0 100644 --- a/front/public/static/config/basicConfig.js +++ b/front/public/static/config/basicConfig.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-12-29 17:34:17 + * @LastEditTime: 2023-01-05 09:23:54 * @Description: 系统静态参数配置 */ var _global = {} diff --git a/front/src/App.vue b/front/src/App.vue index 71e8103c..a37b5319 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-05-06 11:12:00 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-12-29 17:34:24 + * @LastEditTime: 2023-01-05 09:24:02 * @Description: 告诉大家这是什么 -->