From 1bab0cb3ab050f8d036bc0d4b01ab5e79379fbfe Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 26 Apr 2022 10:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B6=E5=BA=AD=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/Detail.vue | 14 +++++++++++--- .../AppMonitoringObject/MonitorFamilyInfo.vue | 17 +++++++++++++++++ 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 src/apps/AppMonitoringObject/MonitorFamilyInfo.vue diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index ef4a82a6..2370d293 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -136,13 +136,21 @@ 编辑 -
+ +
+ + {{ $dict.getLabel('fpPrtpStatus', info.status) || '-' }} +
+
+ + {{ $dict.getLabel('fpRiskType', info.riskType) || '-' }}
@@ -162,7 +170,7 @@ {{ info.income9 }}元
-
+
diff --git a/src/apps/AppMonitoringObject/MonitorFamilyInfo.vue b/src/apps/AppMonitoringObject/MonitorFamilyInfo.vue new file mode 100644 index 00000000..c925e323 --- /dev/null +++ b/src/apps/AppMonitoringObject/MonitorFamilyInfo.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file