Переглянути джерело

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

raolu 7 роки тому
батько
коміт
147f9abf93
1 змінених файлів з 2 додано та 2 видалено
  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"
            }]