Commit 9227cfcc397414d0f2f5b6ef882a962c470c7d97

Authored by youxiw2000
1 parent 51bfc488

1

bsthLineProfiles/src/main/resources/templates/system/lineHistory/historyCompare.html
... ... @@ -1032,7 +1032,7 @@
1032 1032 continue;
1033 1033 }
1034 1034  
1035   - if(field == "isLogicDelete" || field == "inoutDistrict"|| field == "isMetro" || field == "hasTimelists"){
  1035 + if(field == "isLogicDelete" || field == "inoutDistrict"|| field == "isMetro" || field == "hasTimelists" || field == "isWarran"){
1036 1036 for(var j in dicts["trueFalse"]){
1037 1037 if(dicts["trueFalse"][j].dictValue == value){
1038 1038 value = dicts["trueFalse"][j].dictLabel;
... ...