From 725b0706937306c6341e5dddbcc4fd8de7b8f002 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 01 四月 2025 10:13:18 +0800 Subject: [PATCH] 1、mdc模块实现各利用率图表页面功能并与后端进行联调 2、删除用户修改密码时的输入校验 3、删除用户管理冗余查询字段 4、调整DNC模块获取权限配置功能时调用的获取所有用户列表接口(原先接口有分页参数导致获取不完整) --- src/views/mdc/base/modules/DeliveryGroupUtilizationRateChart/ChartComponent.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mdc/base/modules/DeliveryGroupUtilizationRateChart/ChartComponent.vue b/src/views/mdc/base/modules/DeliveryGroupUtilizationRateChart/ChartComponent.vue index 7ad05bd..372778b 100644 --- a/src/views/mdc/base/modules/DeliveryGroupUtilizationRateChart/ChartComponent.vue +++ b/src/views/mdc/base/modules/DeliveryGroupUtilizationRateChart/ChartComponent.vue @@ -106,15 +106,15 @@ } }, grid: { - top: '10%', + top: '12%', left: '1%', right: '1%', bottom: '1%', containLabel: true }, legend: { - top: 0, - right: 0, + top: '6%', + right: 'center', itemGap: 20, data: ['缁煎悎鏁堢巼锛堝叏閮ㄨ澶囨椂闂达級', '缁煎悎鏁堢巼锛堝幓闄ゆ晠闅滆澶囨椂闂达級'] }, -- Gitblit v1.9.3