From ee98d0782c94e000fe2c2524d1957f67c6a5e70b Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 12 May 2022 18:08:18 +0800 Subject: [PATCH] add apply --- src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html | 6 ++++++ 1 files changed, 6 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 64db874..ce8cf2a 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html @@ -29,6 +29,8 @@ <option value="5">转账</option> <option value="6">提现</option> <option value="7">排名奖励</option> + <option value="8">利润分红</option> + <option value="9">系统拨付</option> </select> </div> </div> @@ -115,6 +117,10 @@ return '<span>提现</span>' }else if (d.type === 7) { return '<span>排名奖励</span>' + }else if (d.type === 8) { + return '<span>利润分红</span>' + }else if (d.type === 9) { + return '<span>系统拨付</span>' }else{ return '' } -- Gitblit v1.9.1