兽药和农机隐藏

This commit is contained in:
13713575202 2025-04-30 13:33:05 +08:00
parent 48bb84fe76
commit 780610cc1d
2 changed files with 4 additions and 4 deletions

View File

@ -54,8 +54,8 @@ const datalist = reactive([
{ label: '农药使用(吨)', value: 5000, icon: 'pesticide.png' },
{ label: '化肥使用(吨)', value: 9000, icon: 'fertilizer.png' },
{ label: '饲料(吨)', value: 88943, icon: 'feeduse.png' },
{ label: '兽药(吨)', value: 10, icon: 'animalm.png' },
{ label: '农机使用(台)', value: 8000, icon: 'farmuse.png' },
//{ label: '()', value: 10, icon: 'animalm.png' },
//{ label: '使()', value: 8000, icon: 'farmuse.png' },
]);
onMounted(() => {

View File

@ -19,8 +19,8 @@
import { ref, reactive, onMounted } from 'vue';
import { isEmpty, getAssetsFile } from '@/utils';
let valData = reactive([
{ value: 205.6, name: '生产溯源码' },
{ value: 308.7, name: '有效溯源码' },
{ value: 658, name: '生产溯源码' },
{ value: 526, name: '有效溯源码' },
]);
const chartsData = reactive({
option: {