From 3cb61867769d091f7e20ade8701b6593b82141ad Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 26 九月 2024 14:40:10 +0800 Subject: [PATCH] 玩湃微信商户分账 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator_wx.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator_wx.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator_wx.html index fd8e561..ab77e4d 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator_wx.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator_wx.html @@ -58,6 +58,13 @@ <div class="col-sm-9"> <input style="width: 300px" class="form-control" id="name" value="${name}" placeholder="请输入" type="text"> </div> + <div class="form-group" > + + <label class="col-sm-3 control-label">*微信分账比例(%):</label> + <div class="col-sm-9"> + <input style="width: 300px" class="form-control" id="wechatProportion" value="${wechatProportion}" placeholder="请输入" type="number"> + </div> + </div> </div> </div> </div> -- Gitblit v1.7.1