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 1/3] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E8=A7=A3=E9=99=A4?= =?UTF-8?q?=E8=B7=9F=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; From ad6f02ed67b625cdd457fa9ae8dc4908eb7d1dee Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 11:41:35 +0800 Subject: [PATCH 2/3] 29388 --- src/apps/AppMonitoringObject/Add.vue | 7 ++++--- src/apps/AppMonitoringObject/MonitorFamilySituation.vue | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 2eb74061..c4757bf3 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -1,11 +1,11 @@ diff --git a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue index a8e454f6..d6ab38be 100644 --- a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue +++ b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue @@ -17,7 +17,7 @@
- 住房面积 + 住房面积(m²)
@@ -28,7 +28,7 @@
- 与村主干路距离 + 与村主干路距离(公里)
From 6bcf7f6b1e6e6146a9ec5da0986d0b2b8bc886ee Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 12:01:02 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=AE=B6=E5=BA=AD?= =?UTF-8?q?=E6=88=90=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/Add.vue | 50 ++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 13 deletions(-) diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index c4757bf3..84ffca46 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -16,6 +16,17 @@
+
+
+
+ * + 与户主关系 +
+
+ +
+
+
@@ -32,6 +43,21 @@
+
+
+ + 成员姓名 +
+
+ + 请选择 + {{ userList[0].name }} + + +
+
+
+
* @@ -136,7 +162,7 @@
- * + 文化程度
@@ -165,8 +191,8 @@
- * - 在校情况 + + 在校生状况
@@ -194,15 +220,13 @@
-
-
- * - 残疾类别(可多选) +
+
+ + 残疾类别
-
-
-
{{ e.dictName }}
-
+
+
@@ -363,7 +387,7 @@
-
+
@@ -452,7 +476,7 @@
下一步
-
保存
+
保存
{{ girdInfo.checkType == 2 ? '保存' : '申请纳入监测' }}