+
解除异常
@@ -79,45 +58,24 @@
-
+
+
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ {}">
+
@@ -142,11 +100,18 @@
currIndex: 0,
isLoading: false,
tableData: [],
- colConfigs: [
- {prop: 'name', label: '姓名', align: 'center' },
- {prop: 'phone', label: '手机号', align: 'center'}
+ colConfigs1: [
+ {prop: 'createTime', label: '上报日期', align: 'center' },
+ {prop: 'phone', label: '上报位置', align: 'center'},
+ {prop: 'status', label: '健康状态', align: 'center', formart: v => v === '0' ? '正常' : '异常' },
+ {slot: 'nucleicAcidUrl', label: '核酸截图', align: 'center'}
],
- tabList: ['基本信息', '风险处置']
+ colConfigs2: [
+ {prop: 'content', label: '风险记录', align: 'center' },
+ {prop: 'createTime', label: '创建时间', align: 'center'},
+ {prop: 'createUserName', label: '记录人', align: 'center' }
+ ],
+ tabList: ['基本信息', '每日上报', '风险处置']
}
},
@@ -163,7 +128,7 @@
methods: {
getInfo (id) {
- this.instance.post(`/app/appepidemicpreventionhealthreportinfo/queryDetailById?id=${id}`).then(res => {
+ this.instance.post(`/app/appepidemicpreventionhealthreportinfo/userDetailById?id=${id}`).then(res => {
if (res.code === 0) {
this.info = res.data
this.info.checkPhoto = res.data.checkPhoto ? JSON.parse(res.data.checkPhoto) : []