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 | 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 59309c9..ce8cf2a 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html @@ -30,6 +30,7 @@ <option value="6">提现</option> <option value="7">排名奖励</option> <option value="8">利润分红</option> + <option value="9">系统拨付</option> </select> </div> </div> @@ -118,6 +119,8 @@ 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