diff --git a/src/views/sponeScreen/waterFlood/responseYJ.vue b/src/views/sponeScreen/waterFlood/responseYJ.vue index 70685b1..5926dcd 100644 --- a/src/views/sponeScreen/waterFlood/responseYJ.vue +++ b/src/views/sponeScreen/waterFlood/responseYJ.vue @@ -51,8 +51,8 @@ const levelList = ref([ { value: '1', label: 'I 级(红色预警)响应' }, { value: '2', label: 'II 级(橙色预警)响应' }, - { value: '3', label: 'III 级(蓝色预警)响应' }, - { value: '4', label: 'IV 级(黄色预警)响应' }, + { value: '3', label: 'III 级(黄色预警)响应' }, + { value: '4', label: 'IV 级(蓝色预警)响应' }, ]); const deptList = ref([ { value: '1', label: '各区' },