diff --git a/project/fengdu/app/AppIntegratingTask/components/Detail.vue b/project/fengdu/app/AppIntegratingTask/components/Detail.vue
index 8c993543..14034b67 100644
--- a/project/fengdu/app/AppIntegratingTask/components/Detail.vue
+++ b/project/fengdu/app/AppIntegratingTask/components/Detail.vue
@@ -4,7 +4,6 @@
-
@@ -34,7 +33,7 @@
-
+
@@ -49,7 +48,7 @@
-
+
@@ -83,7 +82,6 @@
info: {},
mapDetail: null,
map: null,
- currIndex: 0,
search1: {
total: 0,
current: 1,
@@ -94,15 +92,15 @@
{prop: 'realName', label: '姓名', align: 'center' },
{prop: 'phone', label: '联系方式', align: 'center' },
{prop: 'areaName', label: '所属地区', align: 'center' },
- {prop: 'clockTime', label: '打卡时间', align: 'center' }
+ {prop: 'intoClockTime', label: '进场打卡时间', align: 'center' },
+ {prop: 'exitClockTime', label: '离场打卡时间', align: 'center' }
],
colConfigs2: [
{prop: 'realName', label: '姓名', align: 'center' },
{prop: 'phone', label: '联系方式', align: 'center' },
{prop: 'areaName', label: '所属地区', align: 'center' },
- {prop: 'clockTime', label: '报名时间', align: 'center' }
- ],
- tabList: ['基本信息', '参与任务情况']
+ {prop: 'enrollClockTime', label: '报名时间', align: 'center' }
+ ]
}
},