Commit 4d28877d authored by zchuanzhao's avatar zchuanzhao
Browse files

后台增加查看某个会员的财务明细和积分明细

Showing with 1 addition and 1 deletion
+1 -1
......@@ -161,7 +161,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">状态</label>
<div class="col-sm-8">
<input type="text" class="form-control" data-type="require" value="${(member.status==0)?string("禁用","正常")}" disabled>
<input type="text" class="form-control" data-type="require" value="${(member.status==-1)?string("禁用","正常")}" disabled>
</div>
</div>
</div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment