From ab4ea7b8f10c9b66aed9c2ea161a08b25c3851a7 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期二, 30 四月 2024 19:11:37 +0800 Subject: [PATCH] 2024.04新增内容 --- meiya-admin/src/main/webapp/WEB-INF/view/system/tSystemSet/tSystemSet_300_audit.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meiya-admin/src/main/webapp/WEB-INF/view/system/tSystemSet/tSystemSet_300_audit.html b/meiya-admin/src/main/webapp/WEB-INF/view/system/tSystemSet/tSystemSet_300_audit.html index 3cd92d3..fdb8989 100644 --- a/meiya-admin/src/main/webapp/WEB-INF/view/system/tSystemSet/tSystemSet_300_audit.html +++ b/meiya-admin/src/main/webapp/WEB-INF/view/system/tSystemSet/tSystemSet_300_audit.html @@ -25,6 +25,11 @@ </div> <div class="col-sm-12 form-group" style="margin-bottom: 10px; margin-left: 35px;"> 方案2.直接购买钻石套餐即可晋升城市合伙人。 + 可与<select id="t_306" class="form-control"> + <option value="1" ${t_306=='1'?'selected="selected"':''} >次日</option> + <option value="2" ${t_306=='2'?'selected="selected"':''} >次月</option> + <option value="3" ${t_306=='3'?'selected="selected"':''} >次季度</option> + </select>晋升为城市合伙人(不含推荐本人) </div> <div class="col-sm-12 form-group" style="margin-bottom: 10px"> <button type="button" class="btn btn-sm btn-success">维持</button> -- Gitblit v1.7.1