From b4234e30d83a12ab023f65587b04173d490839fa Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Tue, 25 Jun 2024 08:39:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=84=E5=88=99=E5=92=8C=E8=AF=84?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppRateManage/components/AppraiseTask.vue | 127 +++++++++++++++++- .../AppRateManage/components/RuleManage.vue | 1 - 2 files changed, 123 insertions(+), 5 deletions(-) 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 @@ -