From dca7dff5b1b6a3e1bc82fa5f788e1904cc11cb4a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 11:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E8=A7=A3=E9=99=A4=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/Detail.vue | 6 +- .../AppMonitoringObject/MonitorIncome.vue | 4 +- .../AppMonitoringObject/MonitorPoorStatus.vue | 78 +++++++------------ 3 files changed, 31 insertions(+), 57 deletions(-) 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;