xsh_1997 1 月之前
父節點
當前提交
a5fb445d0a

+ 1 - 1
ruoyi-screen/src/views/home/index.vue

@@ -234,7 +234,7 @@ const STANDARD_TABS = [
234 234
 const STANDARD_FETCH_PAGE_SIZE = 50
235 235
 
236 236
 /** 产值总览:牦牛存栏/出栏固定展示值(不走接口) */
237
-const YAK_INVENTORY_TOTAL = 37466
237
+const YAK_INVENTORY_TOTAL = 238067
238 238
 const YAK_ANNUAL_OUTBOUND = 37449
239 239
 
240 240
 const loading = ref(false)

+ 1 - 1
ruoyi-ui/src/views/livestockIndustry/breedingIndustry/index.vue

@@ -127,7 +127,7 @@ import { getBreedingDashboard } from "@/api/livestockIndustry/breedingIndustry"
127 127
 const CHART_REFS = ["chartInventory", "chartAge", "chartDegradation"]
128 128
 
129 129
 /** 产业总览:牦牛存栏/出栏固定展示值(不走接口) */
130
-const YAK_INVENTORY_TOTAL = 37466
130
+const YAK_INVENTORY_TOTAL = 238067
131 131
 const YAK_ANNUAL_OUTBOUND = 37449
132 132
 
133 133
 export default {