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 @@
- + > -->