兽药和农机隐藏
This commit is contained in:
parent
48bb84fe76
commit
780610cc1d
@ -54,8 +54,8 @@ const datalist = reactive([
|
|||||||
{ label: '农药使用(吨)', value: 5000, icon: 'pesticide.png' },
|
{ label: '农药使用(吨)', value: 5000, icon: 'pesticide.png' },
|
||||||
{ label: '化肥使用(吨)', value: 9000, icon: 'fertilizer.png' },
|
{ label: '化肥使用(吨)', value: 9000, icon: 'fertilizer.png' },
|
||||||
{ label: '饲料(吨)', value: 88943, icon: 'feeduse.png' },
|
{ label: '饲料(吨)', value: 88943, icon: 'feeduse.png' },
|
||||||
{ label: '兽药(吨)', value: 10, icon: 'animalm.png' },
|
//{ label: '兽药(吨)', value: 10, icon: 'animalm.png' },
|
||||||
{ label: '农机使用(台)', value: 8000, icon: 'farmuse.png' },
|
//{ label: '农机使用(台)', value: 8000, icon: 'farmuse.png' },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
import { ref, reactive, onMounted } from 'vue';
|
import { ref, reactive, onMounted } from 'vue';
|
||||||
import { isEmpty, getAssetsFile } from '@/utils';
|
import { isEmpty, getAssetsFile } from '@/utils';
|
||||||
let valData = reactive([
|
let valData = reactive([
|
||||||
{ value: 205.6, name: '生产溯源码' },
|
{ value: 658, name: '生产溯源码' },
|
||||||
{ value: 308.7, name: '有效溯源码' },
|
{ value: 526, name: '有效溯源码' },
|
||||||
]);
|
]);
|
||||||
const chartsData = reactive({
|
const chartsData = reactive({
|
||||||
option: {
|
option: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user