From 500dc62f852a3e63f8b77bcaeea3f90ac387fbc7 Mon Sep 17 00:00:00 2001
From: dhy1725534722 <1725534722@qq.com>
Date: Wed, 27 Sep 2023 11:09:29 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/yingji/keyEnterprise.js | 9 +-
src/views/yingji/echarts/executive.vue | 78 ++++++++++++
src/views/yingji/enforcing.vue | 164 ++++++++++---------------
src/views/yingji/enterprise.vue | 151 ++++++++++++-----------
src/views/yingji/focusEnter.vue | 111 +++++++++++++++--
src/views/yingji/home.vue | 124 +++++++------------
6 files changed, 374 insertions(+), 263 deletions(-)
create mode 100644 src/views/yingji/echarts/executive.vue
diff --git a/src/api/yingji/keyEnterprise.js b/src/api/yingji/keyEnterprise.js
index 2faf740..6495096 100644
--- a/src/api/yingji/keyEnterprise.js
+++ b/src/api/yingji/keyEnterprise.js
@@ -84,7 +84,14 @@ export function listDist(query) {
params: query
})
}
-
+//计划企业表数结构
+export function planeEnTree(data) {
+ return request({
+ url: '/pharmaceuticals/bPlanEnterprise/tree',
+ method: 'get',
+ params:data
+ })
+}
// 行政区划树结构
export function xzTree() {
return request({
diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue
new file mode 100644
index 0000000..712d4b9
--- /dev/null
+++ b/src/views/yingji/echarts/executive.vue
@@ -0,0 +1,78 @@
+
+