From d2c799434fd7462fd9ffc586681f1d27f5fe1125 Mon Sep 17 00:00:00 2001 From: juwei001 <974220104@qq.com> Date: Mon, 29 Apr 2024 17:15:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=A4=B4=E9=83=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=B3=A8=E9=87=8A=EF=BC=8C=E4=BC=81=E4=B8=9A=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dialog-module/zdyf-center/qyjj/index.vue | 1 - .../zdyf-right/kyll/keyEnterprises.vue | 119 +++++++++++++++++- .../next/screen-content-map/cpt/zdyf-map.vue | 4 +- 3 files changed, 117 insertions(+), 7 deletions(-) diff --git a/src/views/next/dialog-module/zdyf-center/qyjj/index.vue b/src/views/next/dialog-module/zdyf-center/qyjj/index.vue index 3437b98..bf58c41 100644 --- a/src/views/next/dialog-module/zdyf-center/qyjj/index.vue +++ b/src/views/next/dialog-module/zdyf-center/qyjj/index.vue @@ -229,7 +229,6 @@ export default { }) }, closeDialog () { - console.log('zoule?') this.visiable = false this.set_qyjj(false) this.set_gsxq_id(null) diff --git a/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue b/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue index d18ae25..175cfb6 100644 --- a/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue +++ b/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue @@ -17,10 +17,90 @@ src="@/assets/images/common/title-small.png" alt="" style="width: 20px; height: 20px" - />重点企业列表 + />育种企业列表
-
+
+ +
暂无图片
+
+
+ {{ item.name }} + +
+

{{ item.introduction }}

+
+
+
+
+ 育苗企业列表 +
+
+
+ +
暂无图片
+
+
+ {{ item.name }} + +
+

{{ item.introduction }}

+
+
+
+
+ 种植企业列表 +
+
+
+ +
暂无图片
+
+
+ {{ item.name }} + +
+

{{ item.introduction }}

+
+
+
+
+ 加工企业列表 +
+
+
暂无图片
@@ -76,6 +156,28 @@ export default { content: '培育出番茄和辣椒新品种300个,在农业部登记的品种42个,其中干辣椒品种推广面积居全国第一。他热衷于公益事业,捐赠现金和物资总额已超过100万元,并在2022年防疫工作中捐款12万元和价值3000元的物资。' } + ], + list1: [], + list2: [], + list3: [], + list4: [], + types: [ + { + label: '育种企业', + value: '1' + }, + { + label: '育苗企业', + value: '2' + }, + { + label: '种植企业', + value: '3' + }, + { + label: '加工企业', + value: '4' + } ] } }, @@ -85,8 +187,17 @@ export default { components: {}, watch: {}, created () { - seedCompanyList({ pageNo: 1, pages: 100, type: '1' }).then((res) => { - this.list = res.data + seedCompanyList({ type: '1' }).then((res) => { + this.list1 = res.data + }) + seedCompanyList({ type: '2' }).then((res) => { + this.list2 = res.data + }) + seedCompanyList({ type: '3' }).then((res) => { + this.list3 = res.data + }) + seedCompanyList({ type: '4' }).then((res) => { + this.list4 = res.data }) }, methods: { diff --git a/src/views/next/screen-content-map/cpt/zdyf-map.vue b/src/views/next/screen-content-map/cpt/zdyf-map.vue index fc7ac93..b6a9b64 100644 --- a/src/views/next/screen-content-map/cpt/zdyf-map.vue +++ b/src/views/next/screen-content-map/cpt/zdyf-map.vue @@ -15,10 +15,10 @@
- + > -->