Ver código fonte

修改医生工作报告测试bug

lulihong 6 anos atrás
pai
commit
f79faec5f0
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      html/tuandui/js/gongzuobaogao.js

+ 2 - 2
html/tuandui/js/gongzuobaogao.js

@ -155,9 +155,9 @@ $(function() {
			me.$qyrs.html(qyrs);//qyrs
			me.$fwrs.html("-");//fwrs
			if(pjmyd==0){
				me.$pjmyd.html("-");//'暂无评分'
				me.$pjmyd.html("暂无评分");
			}else{
				me.$pjmyd.html("-");//pjmyd
				me.$pjmyd.html(pjmyd);
			}
			//咨询统计
			me.$whfs.html(whfs);