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