From a4c5517b09793f92ae46f476219ca3908e339b56 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Wed, 26 Jun 2024 15:32:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=84=E5=88=99=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppRateManage/components/RuleManage.vue | 188 +++++++++++++----- 1 file changed, 141 insertions(+), 47 deletions(-) diff --git a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue index a0d32265..9a293b6d 100644 --- a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue +++ b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue @@ -13,10 +13,10 @@ 添加 + :selectList="$dict.getDict('shopScoreType')"> - - + :selectList="$dict.getDict('shopScoreEvent')"> @@ -48,44 +42,52 @@ @getList="getList"> + label="分值" + slot="score"> - 启用 + {{row.score === 0 ? 0 : row.score > 0 ? `+${row.score}` : row.score}} + + + + + 启用 + 停用 - 停用 - 编辑 - 删除 + {{row.status === '1' ? '停用' : '启用'}} + 编辑 + 删除 - - - + + + + :selectList="$dict.getDict('shopScoreType')"> + :selectList="$dict.getDict('shopScoreEvent')"> 常规 - - + + @@ -96,52 +98,144 @@