diff --git a/project/fengdu/app/AppIntegratingRules/components/List.vue b/project/fengdu/app/AppIntegratingRules/components/List.vue
index 8c29cbc1..74bf234a 100644
--- a/project/fengdu/app/AppIntegratingRules/components/List.vue
+++ b/project/fengdu/app/AppIntegratingRules/components/List.vue
@@ -1,159 +1,425 @@
-
-
-
-
-
+
+
+
-
+
- 我要发帖
-
-
-
-
-
-
+ 添加
+
+
+
-
+ :total="page.total"
+ :dict="dict"
+ :current.sync="page.current"
+ :size.sync="page.size"
+ @getList="getList()">
+
+
+ {{ row.integral > 0 ? "+" : "" }}{{ row.integral }}
+
+
+
- 详情
+ 停用
+ 启用
+ 编辑
删除
+
+
+
diff --git a/project/fengdu/app/AppIntegratingTask/components/Add.vue b/project/fengdu/app/AppIntegratingTask/components/Add.vue
index ecd6b669..c4a95e52 100644
--- a/project/fengdu/app/AppIntegratingTask/components/Add.vue
+++ b/project/fengdu/app/AppIntegratingTask/components/Add.vue
@@ -1,138 +1,107 @@
-
-
-
-
-
-
-
-
- 修改
-
-
-
-
-
-
-
-
-
- {{ dict.getLabel('tfx_activityStatus',info.status) }}
-
- {{ info.clockRange }}米
- {{ info.intoBegintime }}至{{ info.intoEndtime}}
- {{ info.intoIntegral }}分
- {{ info.exitBegintime }}至{{ info.exitEndtime}}
- {{ info.exitIntegral }}分
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
- form.areaName = v"
- :disabled-level="$store.state.user.info.areaList.length - 1"
- always-show
- :instance="instance"
- v-model="form.areaId">
-
-
-
-
-
- 选择位置
-
-
-
-
-
- 打卡得积分
- 报名得积分
-
-
-
-
- 米
-
-
+
+
+
+
+
+
+
+
+ form.areaName = v"
+ :disabled-level="$store.state.user.info.areaList.length - 1"
+ always-show
+ :instance="instance"
+ v-model="form.areaId">
+
+
+
+
+
+ 选择位置
+
+
+
+
+
+ 打卡得积分
+ 报名得积分
+
+
+
+
+ 米
+
+
-
-
-
+
+
+
-
-
- 积分
-
-
+
+
+ 积分
+
+
-
-
-
-
+
+
+
+
-
-
- 积分
-
-
-
-
- 积分
-
-
+
+
+ 积分
+
+
+
+
+ 积分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/project/fengdu/app/AppIntegratingTask/components/List.vue b/project/fengdu/app/AppIntegratingTask/components/List.vue
index bed9907c..80134c37 100644
--- a/project/fengdu/app/AppIntegratingTask/components/List.vue
+++ b/project/fengdu/app/AppIntegratingTask/components/List.vue
@@ -31,11 +31,13 @@
-
+
- 详情
- 结束
- 删除
+
+ 详情
+ 结束
+ 删除
+
@@ -111,6 +113,15 @@
})
},
+ toDetail (id) {
+ this.$emit('change', {
+ type: 'Detail',
+ params: {
+ id: id || '',
+ }
+ })
+ },
+
toAdd(id) {
this.$emit('change', {
type: 'Add',