Explorar el Código

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-prescription

raolu hace 7 años
padre
commit
147f9abf93
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      js/buz/followup/template_gxy.js

+ 2 - 2
js/buz/followup/template_gxy.js

@ -98,13 +98,13 @@ var gTemplate = {
            "items": [{
                "textType": "number",
                "type": 1,
                "name": "BP_D", //收缩压
                "name": "BP_U", //收缩压
                "step": 1,
                "width": "60px"
            },{
                "textType": "number",
                "type": 1,
                "name": "BP_U", //舒张压
                "name": "BP_D", //舒张压
                "step": 1,
                "width": "60px"
            }]