diff --git a/project/qianxinan/AppIntegralRule/AppIntegralRule.vue b/project/qianxinan/AppIntegralRule/AppIntegralRule.vue new file mode 100644 index 00000000..a34d735b --- /dev/null +++ b/project/qianxinan/AppIntegralRule/AppIntegralRule.vue @@ -0,0 +1,492 @@ + + + + + + + + 添加 + + + + + + + + + + {{ row.integral > 0 ? "+" : "" }}{{ row.integral }} + + + + + + 停用 + 启用 + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + 常规 + + + + + + + + + + + + + + + + + + + 全局 + 指定网格 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue b/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue new file mode 100644 index 00000000..7dcdca39 --- /dev/null +++ b/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue @@ -0,0 +1,658 @@ + + + + + 总体统计 + + + {{ item }} + + + + + + + 积分余额汇总 + + + + + {{ data.nowIntegral || 0 }} + + + 发放积分 + {{ data.addIntegral || 0 }} + + + 消耗积分 + {{ Math.abs(data.reduceIntegral) || 0 }} + + + + + 个人积分排行 + + + + + + + 网格积分排行 + + + + + + + + + + + + + + + + + + + + + + + + + + {{ row.integralRuleName }} + {{ row.eventDesc }} + + + + + {{ row.eventType }} + {{ row.integralRuleName }} + + + + + {{ row.changeIntegral | formatTime }} + {{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }} + + + + + 详情 + + + + + + + + + + + + + + {{ details.integralRuleName }} + {{ details.eventDesc }} + + + + {{ details.changeIntegral | formatTime }} + + + {{ details.changeIntegral > 0 ? '+' : '-' }}{{ details.changeIntegral }} + + + + + + + + + + 关闭 + + + + + + + 确认 + + + + + + + diff --git a/project/qianxinan/AppPointsDetails/AppPointsDetails.vue b/project/qianxinan/AppPointsDetails/AppPointsDetails.vue new file mode 100644 index 00000000..f6d98973 --- /dev/null +++ b/project/qianxinan/AppPointsDetails/AppPointsDetails.vue @@ -0,0 +1,365 @@ + + + + + + + 批量调整积分 + + + + + 导入 + + + + + + + + + + + + 调整积分 + 详情 + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + +
总体统计
{{ data.nowIntegral || 0 }}
{{ data.addIntegral || 0 }}
{{ Math.abs(data.reduceIntegral) || 0 }}
个人积分排行
网格积分排行