diff --git a/new-digital-agriculture-screen/components.d.ts b/new-digital-agriculture-screen/components.d.ts index 1cad2d5..ca0fa36 100644 --- a/new-digital-agriculture-screen/components.d.ts +++ b/new-digital-agriculture-screen/components.d.ts @@ -12,7 +12,7 @@ declare module 'vue' { 'CenterMap copy': typeof import('./src/components/centerMap copy.vue')['default'] CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default'] Components: typeof import('./src/components/index.js')['default'] - copy: typeof import('./src/components/custom-echart-bar/index-horizontal.vue/index.js')['default'] + copy: typeof import('./src/components/centerMap copy.vue')['default'] CurrentTime: typeof import('./src/components/currentTime.vue')['default'] CustomBack: typeof import('./src/components/customBack.vue')['default'] CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default'] @@ -42,7 +42,6 @@ declare module 'vue' { CustomScrollTitle: typeof import('./src/components/custom-scroll-title/index.vue')['default'] CustomTableOperate: typeof import('./src/components/custom-table-operate/index.vue')['default'] CustomTableTree: typeof import('./src/components/custom-table-tree/index.vue')['default'] - IndexHorizontal: typeof import('./src/components/custom-echart-bar/index-horizontal.vue')['default'] NewHyalineCake: typeof import('./src/components/custom-echart-hyaline-cake/new-hyaline-cake.vue')['default'] NewPie: typeof import('./src/components/custom-echart-hyaline-cake/new-pie.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/new-digital-agriculture-screen/src/assets/images/trace/maprl.png b/new-digital-agriculture-screen/src/assets/images/trace/maprl.png new file mode 100644 index 0000000..ac392ac Binary files /dev/null and b/new-digital-agriculture-screen/src/assets/images/trace/maprl.png differ diff --git a/new-digital-agriculture-screen/src/views/entities/components/categoryCharts.vue b/new-digital-agriculture-screen/src/views/entities/components/categoryCharts.vue index 7e654b2..2027b24 100644 --- a/new-digital-agriculture-screen/src/views/entities/components/categoryCharts.vue +++ b/new-digital-agriculture-screen/src/views/entities/components/categoryCharts.vue @@ -14,16 +14,16 @@ const data = ref([ value: 10.8, itemStyle: { color: '#5b7bc7', opacity: 0.8 }, }, - { - name: ' 合作社', - value: 18.4, - itemStyle: { color: '#8ed0f3', opacity: 0.8 }, - }, - { - name: ' 村集体', - value: 14.3, - itemStyle: { color: '#65be97', opacity: 0.8 }, - }, + // { + // name: ' 合作社', + // value: 18.4, + // itemStyle: { color: '#8ed0f3', opacity: 0.8 }, + // }, + // { + // name: ' 村集体', + // value: 14.3, + // itemStyle: { color: '#65be97', opacity: 0.8 }, + // }, { name: ' 个体', value: 23.7, diff --git a/new-digital-agriculture-screen/src/views/entities/components/entitiesMap.vue b/new-digital-agriculture-screen/src/views/entities/components/entitiesMap.vue index 13c213a..5fad641 100644 --- a/new-digital-agriculture-screen/src/views/entities/components/entitiesMap.vue +++ b/new-digital-agriculture-screen/src/views/entities/components/entitiesMap.vue @@ -23,7 +23,7 @@ import { ref, reactive } from 'vue'; const unit = ref('家'); const list = reactive([ - { title: '年总产值', value: 3.49, color: '#01FEFD', unit: '亿元' }, + { title: '年总产值', value: 3.49, color: '#01FEFD', unit: '万元' }, { title: '年人均收入', value: 6.98, color: '#FEF906', unit: '万元' }, ]); diff --git a/new-digital-agriculture-screen/src/views/entities/components/entitiesStatistics.vue b/new-digital-agriculture-screen/src/views/entities/components/entitiesStatistics.vue index 5ebd08b..a494c28 100644 --- a/new-digital-agriculture-screen/src/views/entities/components/entitiesStatistics.vue +++ b/new-digital-agriculture-screen/src/views/entities/components/entitiesStatistics.vue @@ -38,7 +38,6 @@ const state = reactive({ backgroundColor: 'rgba(0,0,0,0.5)', borderColor: '#35d0c0', formatter: (data) => { - console.log('data', data); const params = data[0]; let str = `
{{ item.desc }}
+