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