소스 검색

森林管理

wangzhe 4 년 전
부모
커밋
527be202b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mybusiness/src/main/resources/templates/business/manager/stationforestmanager/index.html

+ 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?"林场":"其他";
                     }
                 },
                 {