diff --git a/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue b/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue index b4dd9c2d..c6e2fcc8 100644 --- a/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue +++ b/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue @@ -1,6 +1,105 @@ @@ -8,10 +107,30 @@ export default { name: "AppraiseTask", data() { - return {} + return { + search:{}, + total: 10, + colConfigs: [ + {type: "selection"}, + { prop: 'integralUserName', label: '任务名称', align: 'center' }, + { prop: 'areaName', label: '发布人', align: 'center' }, + { prop: 'girdName', label: '发布时间', align: 'center' }, + { prop: 'createTime', label: '任务发布时间', align: 'center' }, + { prop: 'createTime', label: '任务结束时间', align: 'center' }, + ], + tableData: [], + dialog:false, + form:{} + } + }, + methods: { + getList(){ + + }, + handleAdd() { + this.dialog = true + } }, - create() { - } } diff --git a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue index 4eeaf1a2..a0d32265 100644 --- a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue +++ b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue @@ -38,7 +38,6 @@ -