From e3653c13b10ce1ffcfce57fab62a40a611abfd93 Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Fri, 29 Sep 2023 21:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yingji/home.js | 18 +++ src/views/yingji/echarts/completePlan.vue | 73 +++++---- src/views/yingji/echarts/executionPlan.vue | 65 ++++---- src/views/yingji/echarts/finishRate.vue | 114 +++++++------- src/views/yingji/enforcing.vue | 108 ++++++++----- src/views/yingji/enterprise.vue | 2 +- src/views/yingji/focusEnter.vue | 22 ++- src/views/yingji/home.vue | 174 +++++++-------------- 8 files changed, 278 insertions(+), 298 deletions(-) create mode 100644 src/api/yingji/home.js diff --git a/src/api/yingji/home.js b/src/api/yingji/home.js new file mode 100644 index 0000000..7a3668a --- /dev/null +++ b/src/api/yingji/home.js @@ -0,0 +1,18 @@ +/* + * @Descripttion: + * @version: + * @Author: JC9527 + * @Date: 2023-09-11 15:38:21 + * @LastEditors: JC9527 + * @LastEditTime: 2023-09-28 13:22:58 + */ +import request from '@/utils/request' + +// 首页表格 +export function indexRegionalism(params) { + return request({ + url: "/pharmaceuticals/bPlanEnterprise/tree", + method: "get", + params, + }); +} \ No newline at end of file diff --git a/src/views/yingji/echarts/completePlan.vue b/src/views/yingji/echarts/completePlan.vue index 8569695..11f41fb 100644 --- a/src/views/yingji/echarts/completePlan.vue +++ b/src/views/yingji/echarts/completePlan.vue @@ -1,41 +1,38 @@