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 @@