提交 e4a44b0e 编写于 作者: yi.li's avatar yi.li

Merge branch 'dev-scaleHype-20190428' of...

Merge branch 'dev-scaleHype-20190428' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-scaleHype-20190428
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
v-else-if="item.formType === 'list'" v-else-if="item.formType === 'list'"
v-for="(itemChild, indexChild) in form[item.model]" v-for="(itemChild, indexChild) in form[item.model]"
:key="indexChild" :key="indexChild"
style="margin-bottom: 15px;font-size:18px;color:#606266;"> style="width: 800px;margin-bottom: 15px;font-size:18px;color:#606266;">
<el-col :span="24"> <el-col :span="24">
<span>{{itemChild.medicinesName}}:</span> <span>{{itemChild.medicinesName}}:</span>
<span>每日{{itemChild.dosageDay}}次,</span> <span>每日{{itemChild.dosageDay}}次,</span>
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
this.titleSmText = '(适用于社区、乡镇脑卒中高危人群满6个月、12个月时随访和中危人群满12个月时随访使用)'; this.titleSmText = '(适用于社区、乡镇脑卒中高危人群满6个月、12个月时随访和中危人群满12个月时随访使用)';
}else if(this.scaleNo == 'SCALE0001'){ }else if(this.scaleNo == 'SCALE0001'){
this.titleText = '高血压患者随访服务记录表'; this.titleText = '高血压患者随访服务记录表';
this.titleSmText = '(本表为高血压患者在接受随访服务时由医生填写)';
}else if(this.scaleNo == 'SCALE0002'){ }else if(this.scaleNo == 'SCALE0002'){
this.titleText = '2 型糖尿病患者随访服务记录表 '; this.titleText = '2 型糖尿病患者随访服务记录表 ';
} }
...@@ -123,7 +124,7 @@ ...@@ -123,7 +124,7 @@
} }
} }
.title-box{ .title-box{
padding: 60px; padding: 20px;
text-align: center; text-align: center;
h1{ h1{
font-size: 18px; font-size: 18px;
......
...@@ -99,7 +99,7 @@ export default ($this) => { ...@@ -99,7 +99,7 @@ export default ($this) => {
maxlength: 30, maxlength: 30,
type: 'text', type: 'text',
slots: [{name: '次/日', type: 'append'}], slots: [{name: '次/日', type: 'append'}],
rules: [{required: false, message: '请输入其他药物用法每日几次', trigger: ['submit','change','blur']},{ validator: checkRange , trigger: ['submit','change','blur'] }], rules: [{required: false, message: '请输入其他药物用法每日几次', trigger: ['submit','change','blur']},{ validator: checkRange , trigger: ['submit','change','blur'] },{ validator: checkIsInteger , trigger: ['submit','change','blur'] }],
changeFun: hanldeValue, changeFun: hanldeValue,
blurFunc: hanldeValue blurFunc: hanldeValue
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册