Browse Source

森林管理

wangzhe 4 years ago
parent
commit
527be202b1

+ 1 - 1
mybusiness/src/main/resources/templates/business/manager/stationforestmanager/index.html

@@ -87,7 +87,7 @@
                 {
                     field: 'forestTypeStr',
                     title: '森林类型',formatter: function(value, row, index) {
-                        return value==1?"林业局":"林场";
+                        return value==1?"林业局":value==2?"林场":"其他";
                     }
                 },
                 {