diff --git a/ruoyi-ui/src/api/statistics/statisticsProject/index.js b/ruoyi-ui/src/api/statistics/statisticsProject/index.js new file mode 100644 index 00000000..43b7aee4 --- /dev/null +++ b/ruoyi-ui/src/api/statistics/statisticsProject/index.js @@ -0,0 +1,10 @@ +import request from '@/utils/request' + +// 项目数据汇总 +export function selectStatisticsProjectList(query) { + return request({ + url: '/statistics/project/selectStatisticsProjectList', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue index 80ce1739..a05de376 100644 --- a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue +++ b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue @@ -149,7 +149,7 @@ diff --git a/ruoyi-ui/src/views/project/checkDetection/index.vue b/ruoyi-ui/src/views/project/checkDetection/index.vue index 79d7075f..4049b327 100644 --- a/ruoyi-ui/src/views/project/checkDetection/index.vue +++ b/ruoyi-ui/src/views/project/checkDetection/index.vue @@ -294,7 +294,7 @@ align="center" fixed="right" class-name="small-padding fixed-width" - width="150" + width="200" >