diff --git a/.gitignore b/.gitignore index 40e3c12..d83ed06 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ vite.config.js .gitignore vite.config.js +bigSgreen.rar diff --git a/.gitignore b/.gitignore index 40e3c12..d83ed06 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ vite.config.js .gitignore vite.config.js +bigSgreen.rar diff --git a/src/views/Sponge_screen/components/jianCePingJia.vue b/src/views/Sponge_screen/components/jianCePingJia.vue index 74bb445..d4b7f0b 100644 --- a/src/views/Sponge_screen/components/jianCePingJia.vue +++ b/src/views/Sponge_screen/components/jianCePingJia.vue @@ -131,22 +131,23 @@ Echarts3SelOptions: [], }); const headArr = reactive([ - { name: "全部", value: "", imgUrl: "all_icon.png", key: "" }, +{ name: '全部', value: '', imgUrl: 'all_icon.png', key: '' }, { - name: "河道", - value: "(4水质、4水位自建 市局20处共享)", - imgUrl: "river_icon.png", - key: "river", + name: '典型项目', + value: '(4水质、4水位自建 市局20处共享)', + imgUrl: 'river_icon.png', + key: 'river', }, { - name: "湖泊监测", - value: "(4水质、4水位自建 市局20处共享)", - imgUrl: "lake_icon.png", - key: "lake", + name: '典型片区', + value: '(4水质、4水位自建 市局20处共享)', + imgUrl: 'lake_icon.png', + key: 'lake', }, - { name: "港渠监测", value: "", imgUrl: "gqjc_icon.png", key: "channel" }, - { name: "管网", value: "", imgUrl: "line_icon.png", key: "pipeline" }, - { name: "典型地块", value: "", imgUrl: "land_icon.png", key: "typicalLand" }, + { name: '海绵设施', value: '', imgUrl: 'gqjc_icon.png', key: 'pipeline' }, + { name: '片区雨量', value: '', imgUrl: 'line_icon.png', key: 'channel' }, + // { name: '管网', value: '', imgUrl: 'line_icon.png', key: 'pipeline' }, + // { name: '典型地块', value: '', imgUrl: 'land_icon.png', key: 'typicalLand' }, ]); const checkedKey = ref("");