From 2abe904c312252cd7c3e4610b45d3d3972dad00d Mon Sep 17 00:00:00 2001
From: wbc <942429426@qq.com>
Date: Fri, 8 Aug 2025 15:23:17 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/achievement/goalTimes/index.vue | 30 ++---
src/views/pollution/manage/index.vue | 146 +++++++++++++++++-----
2 files changed, 133 insertions(+), 43 deletions(-)
diff --git a/src/views/achievement/goalTimes/index.vue b/src/views/achievement/goalTimes/index.vue
index b481717..255253e 100644
--- a/src/views/achievement/goalTimes/index.vue
+++ b/src/views/achievement/goalTimes/index.vue
@@ -29,21 +29,21 @@
key: 'date',
title: '时期',
},
- {
- dataIndex: 'planProject',
- key: 'planProject',
- title: '规划项目',
- },
- {
- dataIndex: 'actualProject',
- key: 'actualProject',
- title: '实际实施项目',
- },
- {
- dataIndex: 'projectPercent',
- key: 'projectPercent',
- title: '实施率',
- },
+ // {
+ // dataIndex: 'planProject',
+ // key: 'planProject',
+ // title: '规划项目',
+ // },
+ // {
+ // dataIndex: 'actualProject',
+ // key: 'actualProject',
+ // title: '实际实施项目',
+ // },
+ // {
+ // dataIndex: 'projectPercent',
+ // key: 'projectPercent',
+ // title: '实施率',
+ // },
{
dataIndex: 'planInvest',
key: 'planInvest',
diff --git a/src/views/pollution/manage/index.vue b/src/views/pollution/manage/index.vue
index 644f55f..d5d3a8b 100644
--- a/src/views/pollution/manage/index.vue
+++ b/src/views/pollution/manage/index.vue
@@ -144,9 +144,20 @@
-
项目类别填报
+ 项目类别
+
+
+
+
+
项目技术应用
@@ -353,12 +364,12 @@
-
+
@@ -397,7 +408,7 @@
-
+
-
+
-
+
-
{{ item.name }}
+
{{ item.name }}
@@ -447,7 +458,7 @@
-
{{ item.name }}
+
{{ item.name }}
@@ -458,7 +469,7 @@
-
{{ item.name }}
+
{{ item.name }}
@@ -469,7 +480,7 @@
-
{{ item.name }}
+
{{ item.name }}
@@ -480,7 +491,7 @@
-
{{ item.name }}
+
{{ item.name }}
@@ -514,12 +525,13 @@
district: '',
controlArea: '',
riverBasin: '',
- cityFomula: '',
- riverDeal: '',
- villageFomula: '',
- waterProtect: '',
- internalDeal: '',
- overall: '',
+ projectTypeList: [],
+ // cityFomula: '',
+ // riverDeal: '',
+ // villageFomula: '',
+ // waterProtect: '',
+ // internalDeal: '',
+ // overall: '',
projectTech: '',
techName: '',
techCost: '',
@@ -602,56 +614,134 @@
];
const cityFomulaOptions = [
{
- value: 'a',
+ value: '城镇污水处理及配套',
label: '城镇污水处理及配套',
},
{
- value: 'b',
+ value: '排水系统完善建设',
label: '排水系统完善建设',
},
{
- value: 'c',
+ value: '城镇生活垃圾处理收集',
label: '城镇生活垃圾处理收集',
},
];
const riverDealOptions = [
{
- value: 'a',
+ value: '生态修复、河道清淤、沿河截污',
label: '生态修复、河道清淤、沿河截污',
},
];
const villageFomulaOptions = [
{
- value: 'a',
+ value: '农村污水治理',
label: '农村污水治理',
},
{
- value: 'b',
+ value: '农业面源治理',
label: '农业面源治理',
},
];
const waterProtectOptions = [
{
- value: 'a',
+ value: '饮用水源保护',
label: '饮用水源保护',
},
];
const internalDealOptions = [
{
- value: 'a',
+ value: '内源治理',
label: '内源治理',
},
];
const overallOptions = [
{
- value: 'a',
+ value: '水资源综合利用',
label: '水资源综合利用',
},
{
- value: 'b',
+ value: '水资源调度',
label: '水资源调度',
},
];
+ const projectTypeListOptions = [
+ {
+ value: '城镇污水处理及配套',
+ label: '城镇污水处理及配套',
+ children: [
+ {
+ value: '城镇污水处理及配套',
+ label: '城镇污水处理及配套',
+ },
+ {
+ value: '排水系统完善建设',
+ label: '排水系统完善建设',
+ },
+ {
+ value: '城镇生活垃圾处理收集',
+ label: '城镇生活垃圾处理收集',
+ },
+ ],
+ },
+ {
+ value: '河道整治',
+ label: '河道整治',
+ children: [
+ {
+ value: '生态修复、河道清淤、沿河截污',
+ label: '生态修复、河道清淤、沿河截污',
+ },
+ ],
+ },
+ {
+ value: '农业农村面源污染治理',
+ label: '农业农村面源污染治理',
+ children: [
+ {
+ value: '农村污水治理',
+ label: '农村污水治理',
+ },
+ {
+ value: '农业面源治理',
+ label: '农业面源治理',
+ },
+ ],
+ },
+ {
+ value: '饮用水源地保护建设',
+ label: '饮用水源地保护建设',
+ children: [
+ {
+ value: '饮用水源保护',
+ label: '饮用水源保护',
+ },
+ ],
+ },
+ {
+ value: '内源治理',
+ label: '内源治理',
+ children: [
+ {
+ value: '内源治理',
+ label: '内源治理',
+ },
+ ],
+ },
+ {
+ value: '水资源综合利用及调度',
+ label: '水资源综合利用及调度',
+ children: [
+ {
+ value: '水资源综合利用',
+ label: '水资源综合利用',
+ },
+ {
+ value: '水资源调度',
+ label: '水资源调度',
+ },
+ ],
+ },
+ ];
const projectTechOptions = [
{
value: '水环境监测预警与管理技术',