提交 d820e5ae 编写于 作者: tao.wu's avatar tao.wu

no message

上级 54a5ae50
...@@ -179,7 +179,7 @@ export default ($this) => { ...@@ -179,7 +179,7 @@ export default ($this) => {
}, },
{ {
formType: 'checkbox', formType: 'checkbox',
className: 'obj-form-title2', className: 'obj-form-title3',
prop: 'drugVariety', prop: 'drugVariety',
model: 'drugVariety', model: 'drugVariety',
label: '用药品种:', label: '用药品种:',
...@@ -200,7 +200,7 @@ export default ($this) => { ...@@ -200,7 +200,7 @@ export default ($this) => {
}, },
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title2', className: 'obj-form-title3',
prop: 'medicationSituation', prop: 'medicationSituation',
model: 'medicationSituation', model: 'medicationSituation',
label: '用药情况:', label: '用药情况:',
......
...@@ -37,19 +37,29 @@ export default ($this) => { ...@@ -37,19 +37,29 @@ export default ($this) => {
rules: [{ required: true, message: '请选择首次确诊时间', trigger: ['submit','change'] }], rules: [{ required: true, message: '请选择首次确诊时间', trigger: ['submit','change'] }],
spanNum: 6, spanNum: 6,
}, },
{ {
formType: 'div', formType: 'radio',
name: '如果有高血压(包括既往及本次随访期间新发现的高血压患者)', className: 'obj-form-title',
className: 'title-obj obj-form-title', prop: 'takeHypotensorFf',
model: 'takeHypotensorFf',
label: '是否有高血压(包括既往及本次随访期间新发现的高血压患者):',
disabled: false,
spanNum: 24, spanNum: 24,
options: [
{ label: '否', value: '否', disabled: false },
{ label: '是', value: '是', disabled: false },
],
rules: [{ required: true, message: '请选择是否有高血压', trigger: ['submit','change'] }],
}, },
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title', className: 'obj-form-title2',
prop: 'takeHypotensor', prop: 'takeHypotensor',
model: 'takeHypotensor', model: 'takeHypotensor',
label: '是否服降压药:', label: '是否服降压药:',
// linkageRule: [{ name: 'haveHypertension', value: ['是'] }], linkageRule: [{ name: 'takeHypotensorFf', value: ['是'] }],
disabled: false, disabled: false,
spanNum: 24, spanNum: 24,
options: [ options: [
...@@ -72,7 +82,7 @@ export default ($this) => { ...@@ -72,7 +82,7 @@ export default ($this) => {
}, },
{ {
formType: 'checkbox', formType: 'checkbox',
className: 'obj-form-title4', className: 'obj-form-title3',
prop: 'typesOfMedication', prop: 'typesOfMedication',
model: 'typesOfMedication', model: 'typesOfMedication',
label: '用药种类:', label: '用药种类:',
...@@ -97,7 +107,7 @@ export default ($this) => { ...@@ -97,7 +107,7 @@ export default ($this) => {
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title4', className: 'obj-form-title3',
prop: 'medicationSituation', prop: 'medicationSituation',
model: 'medicationSituation', model: 'medicationSituation',
label: '用药情况:', label: '用药情况:',
...@@ -113,11 +123,11 @@ export default ($this) => { ...@@ -113,11 +123,11 @@ export default ($this) => {
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title', className: 'obj-form-title2',
prop: 'bloodPressureControl', prop: 'bloodPressureControl',
model: 'bloodPressureControl', model: 'bloodPressureControl',
label: '血压控制情况:', label: '血压控制情况:',
// linkageRule: [{ name: 'haveHypertension', value: ['是'] }], linkageRule: [{ name: 'takeHypotensorFf', value: ['是'] }],
disabled: false, disabled: false,
spanNum: 24, spanNum: 24,
options: [ options: [
......
...@@ -69,19 +69,29 @@ export default ($this) => { ...@@ -69,19 +69,29 @@ export default ($this) => {
], ],
rules: [{required: true, message: '请选择血脂异常类型', trigger: ['submit']}] rules: [{required: true, message: '请选择血脂异常类型', trigger: ['submit']}]
}, },
{ {
formType: 'div', formType: 'radio',
name: '如果有血脂异常(包括既往及本次随访期间新发现的血脂异常患者)', className: 'obj-form-title',
className: 'title-obj obj-form-title', prop: 'dyslipidemiaIf',
model: 'dyslipidemiaIf',
label: '是否有血脂异常(包括既往及本次随访期间新发现的血脂异常患者):',
disabled: false,
spanNum: 24, spanNum: 24,
options: [
{ label: '否', value: '否', disabled: false },
{ label: '是', value: '是', disabled: false },
],
rules: [{ required: true, message: '请选择是否有血脂异常', trigger: ['submit','change'] }],
}, },
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title', className: 'obj-form-title2',
prop: 'takeAntilipemicAgents', prop: 'takeAntilipemicAgents',
model: 'takeAntilipemicAgents', model: 'takeAntilipemicAgents',
label: '是否服用调脂药:', label: '是否服用调脂药:',
// linkageRule: [{name: 'haveDyslipidemia', value: ['是']}], linkageRule: [{name: 'dyslipidemiaIf', value: ['是']}],
disabled: false, disabled: false,
spanNum: 24, spanNum: 24,
options: [ options: [
......
...@@ -34,19 +34,29 @@ export default ($this) => { ...@@ -34,19 +34,29 @@ export default ($this) => {
spanNum: 6, spanNum: 6,
rules: [{ required: true, message: '请选择确诊时间', trigger: ['submit','change'] }] rules: [{ required: true, message: '请选择确诊时间', trigger: ['submit','change'] }]
}, },
{ {
formType: 'div', formType: 'radio',
name: '如果为糖尿病患者(包括既往及本次随访期间新发现的糖尿病患者)', className: 'obj-form-title',
className: 'title-obj obj-form-title', prop: 'strokeMedicalIf',
model: 'strokeMedicalIf',
label: '是否为糖尿病患者(包括既往及本次随访期间新发现的糖尿病患者):',
disabled: false,
spanNum: 24, spanNum: 24,
options: [
{ label: '否', value: '否', disabled: false },
{ label: '是', value: '是', disabled: false },
],
rules: [{ required: true, message: '请选择是否有血脂异常', trigger: ['submit','change'] }],
}, },
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title', className: 'obj-form-title2',
prop: 'takeHypoglycemicDrugs', prop: 'takeHypoglycemicDrugs',
model: 'takeHypoglycemicDrugs', model: 'takeHypoglycemicDrugs',
label: '是否服用降糖药:', label: '是否服用降糖药:',
// linkageRule: [{ name: 'haveDiabetes', value: ['是'] }], linkageRule: [{ name: 'strokeMedicalIf', value: ['是'] }],
disabled: false, disabled: false,
spanNum: 24, spanNum: 24,
options: [ options: [
...@@ -103,11 +113,11 @@ export default ($this) => { ...@@ -103,11 +113,11 @@ export default ($this) => {
}, },
{ {
formType: 'radio', formType: 'radio',
className: 'obj-form-title', className: 'obj-form-title2',
prop: 'bloodSugarControl', prop: 'bloodSugarControl',
model: 'bloodSugarControl', model: 'bloodSugarControl',
label: '血糖控制情况:', label: '血糖控制情况:',
// linkageRule: [{ name: 'haveDiabetes', value: ['是'] }], linkageRule: [{ name: 'strokeMedicalIf', value: ['是'] }],
disabled: false, disabled: false,
spanNum: 24, spanNum: 24,
options: [ options: [
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册