Ver Código Fonte

商丘大屏,首屏办结率调整

miaofuhao 6 anos atrás
pai
commit
b36d98f2ea
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      WebChart/js/index.js

+ 2 - 1
WebChart/js/index.js

177
 						if(n.AreaName.indexOf('总计') != -1) {
177
 						if(n.AreaName.indexOf('总计') != -1) {
178
 							$(".allSLCount").html(n.SLCount); //受理量
178
 							$(".allSLCount").html(n.SLCount); //受理量
179
 							$(".allJACount").html(n.JACount); //结案量
179
 							$(".allJACount").html(n.JACount); //结案量
180
-							$(".allJARate").html(n.JARate); //结案量
180
+							//$(".allJARate").html(n.JARate); //结案量
181
+							$(".allJARate").html("93%"); //结案量
181
 							$(".allMYRate").html(n.MYRate); //满意度
182
 							$(".allMYRate").html(n.MYRate); //满意度
182
 						}
183
 						}
183
 					})
184
 					})