From b9a0620107ef818b98a51d65470b1a60e7c143bd Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 12 Apr 2023 16:08:19 +0800 Subject: [PATCH] 后台修改 --- src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html index ab4eebd..31e4c66 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html @@ -43,6 +43,7 @@ <option value="23">合伙人现金补贴</option> <option value="24">代理现金补贴</option> <option value="25">代理积分补贴</option> + <option value="26">积分转余额</option> </select> </div> </div> @@ -151,6 +152,8 @@ return '<span>代理现金补贴</span>' }else if (d.type === 25) { return '<span>代理积分补贴</span>' + }else if (d.type === 26) { + return '<span>积分转余额</span>' }else{ return '-' } -- Gitblit v1.9.1