diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index 9c439e92..c9138374 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -83,7 +83,7 @@

家庭风险情况

({{ isIncome ? '已填写' : '未填写' }}) - 编辑 + 编辑
diff --git a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue index 2a34d601..a8e454f6 100644 --- a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue +++ b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue @@ -1,17 +1,65 @@ @@ -68,6 +288,7 @@ export default { id: '', girdId: '', girdName: '', + value: '', } }, @@ -84,7 +305,7 @@ export default { }, onShow() { - document.title = '编辑家庭情况' + document.title = '生活生产条件' }, methods: { @@ -143,7 +364,7 @@ export default { & > div { margin-bottom: 16px; - background: #fff; + // background: #fff; } ::v-deep .u-radio { @@ -155,8 +376,16 @@ export default { } .form-group { + background: #fff; + p { + color: #333333; + font-size: 36px; + padding: 20px 32px; + // border-bottom: 1px solid #E4E5E6; + font-weight: 600; + } .form-item { - padding-left: 32px; + padding: 0 32px; .form-item__wrapper { display: flex; @@ -166,10 +395,16 @@ export default { border-bottom: 1px solid #E4E5E6; } + .left { + width: 300px; + } + .right { - height: 112px; - line-height: 112px; - padding-right: 32px; + width: calc(100% - 300px); + text-align: right; + ::v-deep .u-input .u-input__input .uni-input-wrapper { + text-align: right; + } span { font-size: 30px; diff --git a/src/apps/AppMonitoringObject/familyRisk.vue b/src/apps/AppMonitoringObject/familyRisk.vue new file mode 100644 index 00000000..3e5b2f09 --- /dev/null +++ b/src/apps/AppMonitoringObject/familyRisk.vue @@ -0,0 +1,290 @@ + + + + + \ No newline at end of file