|
@@ -51,7 +51,7 @@ import { onMounted, ref } from "vue";
|
|
|
|
|
|
const alarmList = ref([
|
|
const alarmList = ref([
|
|
{ name: "低温冻害", id: 1 },
|
|
{ name: "低温冻害", id: 1 },
|
|
- { name: "干旱缺水", id: 2 },
|
|
|
|
|
|
+ // { name: "干旱缺水", id: 2 },
|
|
{ name: "病虫风险", id: 4 },
|
|
{ name: "病虫风险", id: 4 },
|
|
]);
|
|
]);
|
|
const alarmFactorList = ref([
|
|
const alarmFactorList = ref([
|