diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index c9138374..b42df9e9 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -111,7 +111,7 @@ {{ info.income9 }}元 -
+
-

风险

+

风险解除跟踪

({{ isPoorStatus ? '已填写' : '未填写' }})
编辑 diff --git a/src/apps/AppMonitoringObject/MonitorIncome.vue b/src/apps/AppMonitoringObject/MonitorIncome.vue index 50f3dd5e..7b4a33bc 100644 --- a/src/apps/AppMonitoringObject/MonitorIncome.vue +++ b/src/apps/AppMonitoringObject/MonitorIncome.vue @@ -170,7 +170,7 @@

*不填时默认为0元

- +
保存
@@ -202,7 +202,7 @@ export default { }, onShow() { - document.title = '编辑收支情况' + document.title = '家庭收支情况' }, methods: { diff --git a/src/apps/AppMonitoringObject/MonitorPoorStatus.vue b/src/apps/AppMonitoringObject/MonitorPoorStatus.vue index 7e07c3af..7b442a62 100644 --- a/src/apps/AppMonitoringObject/MonitorPoorStatus.vue +++ b/src/apps/AppMonitoringObject/MonitorPoorStatus.vue @@ -5,10 +5,10 @@
* - 产业帮扶 + 工资性收入情况
- +
@@ -16,10 +16,10 @@
* - 健康帮扶 + 生产经营性收入情况
- +
@@ -27,10 +27,10 @@
* - 就业帮扶 + 财产性收入情况
- +
@@ -38,10 +38,10 @@
* - 教育帮扶 + 理财收入情况
- +
@@ -49,10 +49,10 @@
* - 金融帮扶 + 转移性收入情况
- +
@@ -60,10 +60,10 @@
* - 社会帮扶 + 生产经营支出情况
- +
@@ -71,51 +71,16 @@
* - 公益岗位帮扶 + 合规自然支出情况
- +
- + +

*不填时默认为0元

保存
@@ -155,7 +120,7 @@ export default { }, onShow() { - document.title = '编辑帮扶措施' + document.title = '风险解除跟踪' }, methods: { @@ -316,6 +281,15 @@ export default { font-size: 28px; } } + ::v-deep .u-input .u-input__input .uni-input-wrapper { + text-align: right; + } + + .tips { + margin: 32px 0 0 32px; + color: #999999; + font-size: 26px; + } .btn { position: fixed;