gcz 2 years ago
parent
commit
802e2c25a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/filters.js

+ 1 - 1
src/utils/filters.js

@@ -10,7 +10,7 @@ const filters = {
             return '砍伐';
             return '砍伐';
         } else if (val == 3) {
         } else if (val == 3) {
             return '病虫害';
             return '病虫害';
-        } else if (val == '4') {
+        } else if (val == 4) {
             return '偷盗林木'
             return '偷盗林木'
         } else {
         } else {
             return '未知';
             return '未知';